什么是最好的键值存储?

What's the best key-value storage?

你能推荐一个好的键值存储(例如性能好等)吗?

你调查过 Redis 了吗?我在Pantheon平台上用过,体验还算满意。

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs and geospatial indexes with radius queries. Redis has built-in replication, Lua scripting, LRU eviction, transactions and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster. Learn more →

您可能想查看 Pantheon 博客上的 Why We Recommend Redis as a Drupal or WordPress Caching Backend 文章。