Redis 2.2.10

This commit is contained in:
antirez 2011-06-14 17:32:49 +02:00
parent 046b4f66ef
commit 4ec8b732b7
2 changed files with 12 additions and 1 deletions

View File

@ -12,6 +12,17 @@ for 2.0.
CHANGELOG CHANGELOG
--------- ---------
What's new in Redis 2.2.10
==========================
* Fix for issue 566. It was possible for SETNX to behave in abnormal ways.
* Work with make v3.80
* redis-cli updated to the same version as the 2.4 branch. Now the
reconnection handling is better. You can prefix commands with a number
to execute the command the specified number of times. When using -r
in non interactive mode it is possible to set a delay between commands.
* Better init script.
What's new in Redis 2.2.9 What's new in Redis 2.2.9
========================= =========================

View File

@ -1 +1 @@
#define REDIS_VERSION "2.2.9" #define REDIS_VERSION "2.2.10"