Redis vs Memcache vs Memcached
July 18, 2012

Redis vs Memcached

I decided to test the performance of two popular cache servers. This is Redis and Memcached. I used phpredis, Memcache and Memcached.

Development redis memcached memcache cache benchmark

How to install Redis and Redis php client (Updated: Feb 23, 2018)
June 10, 2012

Redis — cache-storage for data that is stored in RAM. In this case you will get very fast data access. It is similar to memcache but Redis has vast opportunities of data storage.

Development redis cache php highload