红联Linux门户
Linux帮助

Redis 2.6.9发布,高性能K/V服务器

发布时间:2013-01-17 10:15:26来源:红联作者:empast
Redis 是一个高性能的key-value数据库。redis的出现,很大程度补偿了memcached这类keyvalue存储的不足,在部 分场合可以对关系数据库起到很好的补充作用。它提供了Python,Ruby,Erlang,PHP客户端,使用很方便。

2013-01-16 发布2.6.9。上个版本是2013-01-10的2.6.8。此版本此版本修正一个主从复制Bug,redis-cli可以传输RDB,增加CLINGET GETNAME和SETNAME用于调试 遗留产品线还是2.4.18。

完全改进:

--[ Redis 2.6.9 ]

UPGRADE URGENCY: MODERATE if you use replication.

* [BUGFIX] Changing master at runtime (SLAVEOF command) in presence of
network problems, or in very rapid succession, could result
in non-critical problems (GitHub Issue #828).
* [IMPROVED] CLINGET GETNAME and SETNAME to set and query connection names
reported by CLIENT LIST. Very useful for debugging of
problems.
* [IMPROVED] redis-cli is now able to transfer an RDB file from a remote
server to a local file using the --rdb command
line option.

下载: http://redis.googlecode.com/files/redis-2.6.9.tar.gz

来自:开源中国社区
文章评论

共有 0 条评论