NoSQL Redis 2.8.6发布。2014-02-13。高性能KV数据库。这是2013-11-22 2.8.0正式版后的第6个补丁版本。上个版本是2014-02-04的2.8.5.遗留产品版2.6.17 修正了3个Bug.及几个增强(AOF Sentinel等).同时发布了3.0.0Beta1(3.0将完全支持集群) 完全改进: --[ Redis 2.8.6 ] Release date: 13 Feb 2014 # UPGRADE URGENCY: HIGH for Redis, LOW for Sentinel. Redis users using Lua scripts with EVALSHA and attached slaves and/or AOF persistence should consider upgrading ASAP. * [FIX] Fixed an critical EVALSHA script cache bug: scripts executed may not propagate to AOF / Slaves correctly under certain conditions. See issue #1549 at Github for more information. * [FIX] Fixed multiple bugs resulting into closing the link with master or slave during replication without good reasons. This will result in useless resynchronizations, or infinite loops where the replication link can't be established. * [FIX] Don't count the time needed to populate the buffers of clients waiting in MONITOR mode when populating the Slow Log entries. * [NEW] AOF write errors (like no space on device) no longer abort Redis if the fsync policy is none or every second. The database enters a read-only mode where every write is refused with an error. Normal operations are restored as soon as Redis is able to append again data to the AOF file. * [NEW] Sentinel now accepts SHUTDOWN command. 下载:http://download.redis.io/releases/redis-2.8.6.tar.gz |