Redis 2.6.16 發布 - OSCHINA - 中文開源技術交流社區

2020-12-25 開源中國

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 2013UPGRADE 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

 

相關焦點