Archive for the ‘Redis’ Category

Redis 2.4.8

Wednesday, February 22nd, 2012

Redis 2.4.8 has been released with these changes : [BUGFIX] Make install now uses cp -f to avoid 'text file busy' errors. [BUGFIX] redis-check-aof is now large files safe also on 32 bit systems. [BUGFIX] Issue #327 fixed: maxmemory and replication now work much better. [BUGFIX] Now HINCRBY can detect overflows too. Fix for ...

Redis 2.4.7

Tuesday, February 7th, 2012

Redis 2.4.7 has been released with these changes : [BUGFIX] Fixed false positive in issue #141 regression test. [BUGFIX] Slave should not expire keys when loading an RDB after a SYNC. [BUGFIX] Don't increment stats for key misses / hits when key is written. [BUGFIX] sds.c library now don't allocate more than 1MB ahead. 32 ...

Redis 2.4.6

Friday, January 13th, 2012

Redis 2.4.6 has been released with these changes : [BUGFIX] Fixed issue #141 part 1: Possible protocol desyncs when clients send wrong protocol is now fixed. (See issue 141 for more details) [BUGFIX] Fixed issue #141 part 2: Connection of multiple slaves used to result from time to time into corrupted protocol ...

Redis 2.4.5

Sunday, December 25th, 2011

Redis 2.4.5 has been released with these changes : [BUGFIX] Fixed a ZUNIONSTORE/ZINTERSTORE bug that can cause a NaN to be inserted as a sorted set element score. This happens when one of the elements has +inf/-inf score and the weight used is 0. [BUGFIX] Fixed memory leak in CLIENT INFO. [BUGFIX] Fixed ...

Redis 2.4.4

Tuesday, November 29th, 2011

Redis 2.4.4 has been released with these changes : [BUGFIX] jemalloc upgraded to version 2.2.5, previous versions had a potentially serious issue when allocating big memory areas, something that Redis actually does. However we never received bug reports that appear to be caused by jemalloc. [BUGFIX] DISCARD now clears DIRTY_CAS flag in ...

Redis 2.4.3

Tuesday, November 22nd, 2011

Redis 2.4.3 has been released yesterday with these changes : redis-cli now supports 'single quotes' style strings. It is possible to disable password auth with CONFIG SET. Some section of redis.conf better documented. Default timeout for client connections now is 0 (no timeout). I/O buffer length modified for better performances with big payloads. Fixed crash on ...

Redis 2.4.2

Friday, October 28th, 2011

Redis 2.4.2 has been released with some important fixes : * [BUGFIX] Unix socket creation mask config directive fixed. * [BUGFIX] Fixed a bug that forced Redis to continously rewrite the AOF file when a manual BGREWRITEAOF was issued during a BGSAVE ...

Redis 2.4.1 is out!

Thursday, October 20th, 2011

A few days ago, Redis 2.4.0, then Redis 2.4.1, have been released with some important changes since the 2.2 branch : a bunch of optimizations for both size and speed improved RDB persistence deprecated VM no Redis cluster no scripting I'm proud to announce that packages of Redis 2.4.1 are now available on Dotdeb for Debian 6.0 "Squeeze" amd64/i386. (You'll ...

Redis 2.2.13

Monday, September 12th, 2011

Dotdeb packages of Redis for Debian 6.0 “Squeeze” have been updated to version 2.2.13. Here are the release notes.

Redis 2.2.12 is here

Wednesday, July 27th, 2011

Dotdeb packages of Redis for Debian 6.0 “Squeeze” have been updated to version 2.2.12. This release brings the "Slowlog" features and some important changes. You should upgrade. Here are the release notes.