Redis 是 一个高性能的key-value数据库。 redis 的出现,很大程度补偿了 memcached 这类keyvalue存储的不足,在部 分场合可以对关系数据库起到很好的补充作用。它提供了Python,Ruby,Erlang,PHP客户端,使用很方便。
2012-10-26 发布2.6.2。上个版本是2012-10-23的2.6.0。 主要修正2.6不能在Linux<2.6.17或glibc<2.6 (如RHLE5)编译的问题。另外Linenoise升级,支持了Ctrl+w。
$--[ Redis 2.6.2 ] * [BUGFIX] The compilation fix for RHLE5 in 2.6.1 was broken. Fixed. * [IMPROVED] Linenoise updated, now supports Ctrl+w. ---[ Redis 2.6.1 ] * [BUGFIX] Compilation on Linux < 2.6.17 or glibc < 2.6 fixed (RHLE5 & co).
下载:http://redis.googlecode.com/files/redis-2.6.2.tar.gz