Tuesday, October 9, 2018
Memcached vs. Redis?
Memcached vs. Redis?
Redis is more powerful, more popular, and better supported than Memcached.
For anything new, use Redis.
Memcached: When you restart Memcached your data is gone.
Redis: You can turn off persistence and it will happily lose your data on restart too. If you want your cache to survive restarts it lets you do that as well. In fact, that's the default.
Memcached: limited to string
Redis: many Data Types
Subscribe to:
Post Comments (Atom)
Most Recent Posts
-
原文 HTTP 协议 and HTTP/1.x 的缺陷 连接无法复用 连接无法复用会导致每次请求都经历三次握手和慢启动。三次握手在高延迟的场景下影响较明显,慢启动则对大量小文件请求影响较大(没有达到最大窗口请求就被终止)。 HTTP/1.0 传输数据时,每次都需要重新建立连接...
-
特征: In-memory type Key-Value pair (Value 可以定义本地方法) The worker thread is single-threaded; there might be more IO threads Persistent 同步 集群 → 中...
-
Understanding When to use RabbitMQ or Apache Kafka RabbitMQ vs Kafka
No comments:
Post a Comment