Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
0c9cf452
Commit
0c9cf452
authored
Jun 15, 2012
by
antirez
Browse files
Redis 2.5.11 (2.6 RC5).
parent
6fe9c402
Changes
2
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
0c9cf452
...
@@ -14,6 +14,19 @@ HIGH: There is a critical bug that may affect some part of users. Upgrade!
...
@@ -14,6 +14,19 @@ HIGH: There is a critical bug that may affect some part of users. Upgrade!
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
---[ Redis 2.5.11 (2.6 Release Candidate 5) ]
UPGRADE URGENCY: HIGH.
* [BUGFIX] Fixed Hash corruption when loading an RDB file generated by
previous versions of Redis that encoded hashes using
a different ziplist encoding format for small integers.
All the fileds that are integers in the range 0-255 may not
be recognized, or duplicated un updates, causing a crash
when the ziplist is converted to a real hash. (Issue #547).
* [BUGFIX] Fixed the count of memory used by output buffers in the
setDeferredMultiBulkLength() function.
---[ Redis 2.5.10 (2.6 Release Candidate 4) ]
---[ Redis 2.5.10 (2.6 Release Candidate 4) ]
UPGRADE URGENCY: HIGH.
UPGRADE URGENCY: HIGH.
...
...
src/version.h
View file @
0c9cf452
#define REDIS_VERSION "2.5.1
0
"
#define REDIS_VERSION "2.5.1
1
"
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