Compare Redis and Memcached
redis
provides a superset of features comparing tomemcached
- To implement
memcached
cluster, client needs to solve traffic rounting, e.g. using consistent caching - They have different implementations on memory management
More details could be found from the links below in references section.