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
7d8c021a
Commit
7d8c021a
authored
Jun 09, 2011
by
antirez
Browse files
Redis 2.2.9
parent
be87e769
Changes
2
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
7d8c021a
...
@@ -15,6 +15,18 @@ CHANGELOG
...
@@ -15,6 +15,18 @@ CHANGELOG
What's new in Redis 2.2.8
What's new in Redis 2.2.8
=========================
=========================
Redis 2.2.9 is an important bugfix release:
* A Slave used to rewrite the AOF log after a sync with the master, but the
rewrite was performed at the wrong time, causing inconsistencies in the
AOF file generated.
* [LR]LPUSH replication in presence of BRPOPLPUSH was broken. Fixed.
* Memory leak in BRPOPLPUSH fixed.
* Pub/Sub bug resulting in random crashes fixed.
What's new in Redis 2.2.8
=========================
* A new form of dict.c (hash table implementation) iterator that performs less
* A new form of dict.c (hash table implementation) iterator that performs less
copy-on-write of pages, introduced in Redis 2.2.7, caused ZINTERSTORE,
copy-on-write of pages, introduced in Redis 2.2.7, caused ZINTERSTORE,
ZUNIONSTORE, SINTER, SINTERSTORE commands to behave in the wrong way.
ZUNIONSTORE, SINTER, SINTERSTORE commands to behave in the wrong way.
...
...
src/version.h
View file @
7d8c021a
#define REDIS_VERSION "2.2.
8
"
#define REDIS_VERSION "2.2.
9
"
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