Categories
Redis

Redis 2.4.3

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 SPARC due to improper alighment due to bad assumptions about data types size.
  • CLIENT LIST output improved, code refactored.
  • [BUGFIX] Max log message length set to 4k to avoid truncation in INFO output written in the log file after a crash.
  • [BUGFIX] Close client connection when the query buffer reaches 1GB and log informaiton about the offending client, instead of crashing the instance when the query buffer reaches 2GB (for sds.c string overflow). This is related to issue #141 (github issues) and should fix the effect of this rare bug related to replication, but the cause is still not perfectly clear.
The packages of Redis 2.4.3 are now available for Debian 6.0 “Squeeze” on both amd64 and i386 architectures
Categories
Redis

Redis 2.4.2

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 was
           still in progress.
* [BUGFIX] Fixed a server crash resulting from bad handling of SLAVEOF NO ONE.
* [BUGFIX] Fixed a memory leak in redis-cli.
* Debian/Ubuntu Redis system-wide installation script added under /utils.

Packages are now available for Debian 6.0 “Squeeze” for both amd64 and i386 architectures.

Categories
Redis

Redis 2.4.1 is out!

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 :
  1. a bunch of optimizations for both size and speed
  2. improved RDB persistence
  3. deprecated VM
  4. no Redis cluster
  5. 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 find everything you want to know about Redis 2.4 on this blog post, by antirez. Please read it carefully before upgrading.)

Categories
Redis

Redis 2.2.13

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

Categories
Redis

Redis 2.2.12 is here

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.

Categories
Redis

Redis 2.2.11 is available

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

Categories
Redis

Redis 2.2.10 is out

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

Categories
Redis

Redis 2.2.7 is out

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

Categories
Redis

Redis 2.2.4

Dotdeb packages of Redis for Debian 6.0 “Squeeze” have been updated to version 2.2.4, introducing a new OBJECT command. Here are the release notes.

The corresponding php5-redis package with OBJECT supports will be updated in the next few days (with the upcoming PHP 5.3.6 packages).

Categories
Redis

Redis updated to version 2.2.2

Dotdeb packages of Redis for Debian 6.0 “Squeeze” have been updated to version 2.2.2.

Here are the release notes.