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
0f077815
You need to sign in or sign up before continuing.
Commit
0f077815
authored
May 02, 2012
by
antirez
Browse files
Redis 2.5.8 (2.6.0 RC2).
parent
1858da2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
0f077815
...
...
@@ -32,6 +32,15 @@ Also the following redis.conf and CONFIG GET / SET parameters changed name:
CHANGELOG
---------
What's new in Redis 2.5.8 (aka 2.6 Release Candidate 2)
=======================================================
UPGRADE URGENCY: high for all the users of the KEYS command, otherwise low.
* [BUGFIX] Fix for KEYS command: if the DB contains keys with expires the KEYS
command may return the wrong output, having duplicated or missing
keys. See issue #487 and #488 on github for details.
What's new in Redis 2.5.7 (aka 2.6 Release Candidate 1)
=======================================================
...
...
src/version.h
View file @
0f077815
#define REDIS_VERSION "2.5.
7
"
#define REDIS_VERSION "2.5.
8
"
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