Redis vs Memcached

对比

Redis Memcached
数据结构 更多数据结构 详细参考Redis数据结构 之 Lists & Redis数据结构 之 Sorted sets 单一数据结构 (K-V)
持久化 支持持久化 详细参考Redis持久化 同Redis
线程 单线程I/O多路复用模型 详细参考Epoll介绍 & Redis 和 I/O 多路复用 & Redis 中的事件循环 多线程模型
集群 支持主从、热备、集群 详细参考云数据库 Redis 版 同Redis

参考

  • Redis 和 Memcached 各有什么优缺点,主要的应用场景是什么样的?

  • 脚踏两只船的困惑 - Memcached与Redis

  • What are the differences between Memcached and Redis in features and performance?

  • Memcached vs Redis, Which One to Pick?

  • Clarifications about Redis and Memcached

  • Why Redis beats Memcached for caching

你可能感兴趣的:(Redis vs Memcached)