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 传输数据时,每次都需要重新建立连接...
-
Hadoop: Schema on Read SQL: Schema on Write Hadoop: Compressed files across multiple nodes in a cluster SQL: relational databases and t...
-
CMU distributed system Tensorflow courses
No comments:
Post a Comment