红联Linux门户
Linux帮助

Redis 2.8.5发布,高性能KV数据库

发布时间:2014-02-05 09:34:46来源:红联作者:empast
NoSQL Redis 2.8.5发布。2014-02-04。高性能KV数据库。这是2013-11-22 2.8.0正式版后的第5个补丁版本。上个版本是2014-01-13的2.8.4.遗留产品版2.6.17 修正了6个Bug.及几个增强(redis-cli等).

完全改进:

--[ Redis 2.8.5 ] Release date: 4 Feb 2014

# UPGRADE URGENCY: HIGH for Redis, LOW for Sentinel. Redis users using Lua
scripts with expires, and Redis users relying on the
ability of Redis to block writes on RDB saving errors
should plan to upgrade ASAP.

* [FIX] Fixed a replication bug caused by Lua scripts + expired keys: keys could
expire in the middle of scripts causing non-deterministic behavior.
* [FIX] MISCONFIG error if condition fixed, the server was no longer able
to stop writes on RDB misconfiguration after this error was introduced.
* [FIX] REDIS_AOF_REWRITE_MIN_SIZE is now 64mb like example redis.conf default.
* [FIX] Perform fflush() before fsync() in rio.c (bug without actual effects).
* [FIX] Don't log MONITOR clients as disconnecting slaves.
* [FIX] SENTINEL MASTER arity check fixed. Crashed the Sentinel instance when
the command was given without arguments.

* [NEW] Allow CONFIG and SHUTDOWN while in stale-slave state.
* [NEW] Support for configurable TCP listen(2) backlog size.
* [NEW] redis-cli supports SCAN via the --scan and --pattern options.
* [NEW] SENTINEL SET master quorum via runtime API implemented.

下载:http://download.redis.io/releases/redis-2.8.5.tar.gz

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

共有 0 条评论