Redis 是一个高性能的key-value数据库。redis的出现,很大程度补偿了memcached这类keyvalue存储的不足,在部分场合可以对关系数据库起到很好的补充作用。它提供了Python,Ruby,Erlang,PHP客户端,使用很方便。
2012-12-03 发布2.6.7。上个版本是2012-11-28的2.6.6。此版本修正一个BLPOP使用相同key多次时可能崩溃的Bug 遗留产品线也发布了了2.4.18。
完全改进:
--[ Redis 2.6.7 ]
UPGRADE URGENCY: MODERATE (unless you BLPOP using the same key multiple times).
* [BUGFIX] Don't crash if BLPOP & co are called with the same key repeated
multiple times (Issue #801).
下载:http://redis.googlecode.com/files/redis-2.6.7.tar.gz
主页:http://redis.io/
来自:开源中国社区

