红联Linux门户
Linux帮助

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

发布时间:2014-06-06 09:26:52来源:红联作者:empast
NoSQL Redis 2.8.10发布。2014-06-05。高性能KV数据库。上个版本2014-04-22的2.8.9.遗留版本2.6.17 主要修正了min-slaves-to-write及几个Bug并且增强了lua脚本引擎,同时Sentinel有个增强。开发版3.0已经发布到 Beta5。

完全改进:
--[ Redis 2.8.10 ] Release date: 5 Jun 2014

# UPGRADE URGENCY: HIGH if you use min-slaves-to-write option.

* [FIX] IMPORTANT! A min-slaves-to-write option active in a slave totally
prevented the slave from acception the master stream of commands.
This release includes testes for min-slaves-to-write, and a fix
for this issue.
* [FIX] Sometimes DEL returned 1 for already expired keys. Fixed.
* [FIX] Fix test false positive because new osx 'leaks' output.
* [FIX] PFCOUNT HLL cache invalidation fixed: no wrong value was reported
but the cache was not used at all, leading to lower performances.
* [FIX] Accept(2) multiple clients per readable-event invocation, and better
processing of I/O while loading or busy running a timedout script.
Basically now the LOADING / BUSY errors are reported at a decent
speed.
* [FIX] A softwaer watchdog crash fixed.
* [FIX] Fixed a Lua -> Redis numerical precision loss.

* [NEW] Lua scripting engine speed improved.
* [NEW] Sentinel generates one new event for humans to understand better
what is happening during a failover: +config-update-from.
Also the time at which a failover will be re-attempted is logged.

项目主页:http://redis.io/

下载地址:http://download.redis.io/releases/redis-2.8.10.tar.gz

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

共有 0 条评论