[Learning Note] [Redis] Redis vs Memcached - Gukie/building-recommend GitHub Wiki


Redis is recommended comparing with Memcached.

Some recording:

  • Redis is single-thread, while Memcached is multiple.
  • Redis is fit for cluster
  • Redis has all the function of Memcached.