Skip to Content

.html MySQL Query Cache memcached Redis

NameFeatureEviction argorithm
Memcachedvery large hash table across machines.Least Recently Used(LRU)

Memcached vs Redis 

MemcachedRedis
Sub-millisecond latency YesYes
Developer ease of use YesYes
Data partitioning YesYes
Support for a broad set of programming languages YesYes
Advanced data structures -Yes
Multithreaded architecture Yes-
Snapshots -Yes
Replication -Yes
Transactions -Yes
Pub/Sub -Yes
Lua scripting -Yes
Geospatial support -Yes
Last updated on