Compare Redis and Memcached
redisprovides a superset of features comparing tomemcached- To implement
memcachedcluster, 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.