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
97ddfbbf
You need to sign in or sign up before continuing.
Commit
97ddfbbf
authored
May 05, 2011
by
antirez
Browse files
Redis version 2.2.6
parent
50e50d6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
97ddfbbf
...
@@ -12,6 +12,15 @@ for 2.0.
...
@@ -12,6 +12,15 @@ for 2.0.
CHANGELOG
CHANGELOG
---------
---------
What's new in Redis 2.2.6
=========================
* Fixed bug #543. If you saw Redis instances crashing on List operations
(only happening with a non-default max entry size ziplist setting in
redis.conf) it was almost certainly this problem.
* Fixed a bug with replication where SLAVEOF NO ONE caused a slave to close the
connection with all its slaves.
What's new in Redis 2.2.5
What's new in Redis 2.2.5
=========================
=========================
...
...
src/version.h
View file @
97ddfbbf
#define REDIS_VERSION "2.2.
5
"
#define REDIS_VERSION "2.2.
6
"
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