Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
273f4102
Commit
273f4102
authored
Dec 23, 2011
by
antirez
Browse files
Redis 2.4.5
parent
5bb25659
Changes
2
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
273f4102
...
@@ -18,6 +18,18 @@ to modify your program in order to use Redis 2.4.
...
@@ -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
=========================
=========================
...
...
src/version.h
View file @
273f4102
#define REDIS_VERSION "2.4.
4
"
#define REDIS_VERSION "2.4.
5
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment