mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
Redis 2.2.10
This commit is contained in:
parent
046b4f66ef
commit
4ec8b732b7
@ -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
|
||||
=========================
|
||||
|
||||
|
@ -1 +1 @@
|
||||
#define REDIS_VERSION "2.2.9"
|
||||
#define REDIS_VERSION "2.2.10"
|
||||
|
Loading…
Reference in New Issue
Block a user