Categories
Redis

Redis 2.4.9

Redis 2.4.9 has been released with these changes :

  • [FEATURE] Redis server is now able to test your memory for broken RAM. Usage: ./redis-server –test-memory.
  • [FEATURE] redis-benchmark backported from unstable. Pipelining, run selected tests, and a few more features.
  • [BUGFIX] utils/install_server.sh script now works on Redhat / Centos.
  • [BUGFIX] Minor fix to redis-cli (github issue #306).

The packages of Redis 2.4.9 are now available for Debian 6.0 “Squeeze” on both amd64 and i386 architectures. They now supports higher than 922 values of maxclients, thanks to @jbfavre.