Skip to content

Commit

Permalink
Redis 2.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Jun 14, 2011
1 parent 046b4f6 commit 4ec8b73
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions 00-RELEASENOTES
Expand Up @@ -12,6 +12,17 @@ for 2.0.
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
=========================

Expand Down
2 changes: 1 addition & 1 deletion src/version.h
@@ -1 +1 @@
#define REDIS_VERSION "2.2.9"
#define REDIS_VERSION "2.2.10"

0 comments on commit 4ec8b73

Please sign in to comment.