mirror of
https://github.com/fluencelabs/redis
synced 2025-05-02 14:02:14 +00:00
Redis 2.4.5
This commit is contained in:
parent
5bb2565959
commit
273f41023d
@ -18,6 +18,18 @@ to modify your program in order to use Redis 2.4.
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
What's new in Redis 2.4.5
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* [BUGFIX] Fixed a ZUNIONSTORE/ZINTERSTORE bug that can cause a NaN to be
|
||||||
|
inserted as a sorted set element score. This happens when one of the
|
||||||
|
elements has +inf/-inf score and the weight used is 0.
|
||||||
|
* [BUGFIX] Fixed memory leak in CLIENT INFO.
|
||||||
|
* [BUGFIX] Fixed a non critical SORT bug (Issue 224).
|
||||||
|
* [BUGFIX] Fixed a replication bug: now the timeout configuration is respected
|
||||||
|
during the connection with the master.
|
||||||
|
* --quiet option implemented in the Redis test.
|
||||||
|
|
||||||
What's new in Redis 2.4.4
|
What's new in Redis 2.4.4
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
#define REDIS_VERSION "2.4.4"
|
#define REDIS_VERSION "2.4.5"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user