mirror of
https://github.com/fluencelabs/redis
synced 2025-05-30 10:41:19 +00:00
Version bumped to 2.2.14, Changelog updated.
This commit is contained in:
parent
ee9f3679a9
commit
0dfc5578bf
@ -12,6 +12,16 @@ for 2.0.
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
What's new in Redis 2.2.14
|
||||||
|
==========================
|
||||||
|
|
||||||
|
* [BUGFIX] Fixed a rare but possible AOF race condition that could result into
|
||||||
|
duplicated commands inside the AOF.
|
||||||
|
* [BUGFIX] Don't replicate SAVE.
|
||||||
|
* LRANGE optimization may drastically improve performances when querying the
|
||||||
|
final part of a long list.
|
||||||
|
* redis-cli now implements a --latency mode to monitory Redis delay.
|
||||||
|
|
||||||
What's new in Redis 2.2.13
|
What's new in Redis 2.2.13
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
#define REDIS_VERSION "2.2.13"
|
#define REDIS_VERSION "2.2.14"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user