NoSQL Redis 2.6.16发布。2013-08-29 高性能KV数据库。上个版本是2013-08-21的2.6.15 。此版本修正了几个Bug.增加了DEBUG SDSLEN用于调试内存效率低的问题。2.4遗留产品还是2.4.18。开发版2.8.0-RC3
完整改进内容:
--[ Redis 2.6.16 ] Release date: 28 Aug 2013
UPGRADE URGENCY: MODERATE.
* [FIX] Stop writes when fork() fails when trying to BGSAVE. BGSAVE errors
were trapped only in the case the saving child failed, so the fork()
error was no trapped as no child is created at all.
* [FIX] Fix a serious memory efficiency regression, Redis 2.6.16 is
significantly better with large values (>= a few kbytes) and will
be able to store two times the amount of data compared to Redis 2.6.15
when values are in that range.
* [FIX] Fixed an issue with Table conversion in the lua-cmsgpack library exposed
by the Redis scripting engine.
* [NEW] DEBUG SDSLEN was introduced to debug memory inefficiencies due to
SDS allocation more easily.
下载:http://download.redis.io/releases/redis-2.6.16.tar.gz
来自:开源中国社区

