Redis 2.6.13 has been released, bringing the following changes (take a look at the Changelog) : [FIX] Throttle BGSAVE attempt on saving error. [FIX] redis-cli: raise error on bad command line switch. [FIX] Redis/Jemalloc Gitignore were too aggressive. [FIX] Test: fix RDB test checking file permissions. [FIX] Sentinel: always redirect on master->slave transition. [FIX] Lua… Read more »
Posts Categorized: Redis
Redis 2.6.12
Redis 2.6.12 has been released, bringing the following changes (take a look at the Changelog) : [BUGFIX] redis-cli –bigkeys: don’t crash with empty DB. [BUGFIX] stop-writes-on-bgsave-error now works in redis.conf [BUGFIX] Don’t crash at startup if RDB is there but can’t be opened. [BUGFIX] Initial value for master_link_down_since_seconds is now huge. [BUGFIX] Allow SELECT while… Read more »
Redis 2.6.11
Redis 2.6.11 has been released, bringing the following changes (take a look at the Changelog) : [BUGFIX] Replication: more strict error checking for master PING reply. [BUGFIX] redis-cli: use keepalive socket option for improved reliability. [BUGFIX] Allow AUTH while loading the DB in memory. [BUGFIX] Don’t segfault on unbalanced quotes while parsing config file. [IMPROVED]… Read more »
Redis 2.6.10
Redis 2.6.10 has been released today, bringing many non-critical fixes and many small improvements (take a look at the Changelog) : [BUGFIX] redis-cli –rdb, fixed when the server sends newlines to ping. [BUGFIX] redis-cli, minor fixes on connection handling, prompt. [BUGFIX] Slow log: don’t log EXEC, just executed commands. [BUGFIX] On failed shutdown don’t try… Read more »
Redis 2.6.8
Redis 2.6.8 has been packaged, bringing two changes (take a look at the Changelog) : [BUGFIX] Multiple fixes for EVAL (issue #872). [BUGFIX] Fix overflow in mstime() in redis-cli and benchmark. [BUGFIX] Fix Linux / PPC64 behavior by correcting endianess detection. [BUGFIX] Fix NetBSD build by defining _XOPEN_SOURCE appropriately. [BUGFIX] Added missing license and copyright… Read more »
Redis 2.6.7
Redis 2.6.7 has been packaged, bringing two changes (take a look at the Changelog) : [BUGFIX] Don’t crash if BLPOP & co are called with the same key repeated multiple times (issue #801). [BUGFIX] Jemalloc updated to 3.2.0 The upgrade urgency is : high if you experienced one or more crashes, or if you BLPOP… Read more »
Redis 2.6.5
Redis 2.6.5 has been released, bringing a different behavior in MULTI/EXEC handling of errors. According to the Changelog, This was done because the new behavior is safer compared to the old one, and should not break any code targeting Redis 2.6 in a critical way.. Here are the other changes : RDB/AOF children now log… Read more »
Redis 2.6.3
A new version of Redis, 2.6.3, has been released, bringing some minor fixes. Fore more information, take a look at the Changelog. The packages are now available for Debian 6.0 “Squeeze” on both amd64 and i386 architectures. A new version of Redis, 2.6.3, has been released, bringing some minor fixes. Fore more information, take a… Read more »
Redis 2.6.0
A new major version of Redis, 2.6.0, has been released on Oct 3rd, bringing Lua scripting and bitops. Fore more information, take a look at Antirez’ blog note. The packages are now available for Debian 6.0 “Squeeze” on both amd64 and i386 architectures. A new major version of Redis, 2.6.0, has been released on Oct… Read more »
Redis 2.4.16
Redis 2.4.16 has been released. Here is the short Changelog : INFO command now shows slaves with the correct port number, assuming you use 2.4.16 or greater as slave as well. This makes Redis 2.4.16 compatible with Redis Sentinel. This fix required the introduction of a new internal command called REPLCONF, see commit b998ebe for… Read more »