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
54a2934f
Commit
54a2934f
authored
Nov 28, 2011
by
antirez
Browse files
Redis 2.4.4
parent
a675e5b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
54a2934f
...
@@ -18,6 +18,22 @@ to modify your program in order to use Redis 2.4.
...
@@ -18,6 +18,22 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
CHANGELOG
---------
---------
What's new in Redis 2.4.4
=========================
* [BUGFIX] jemalloc upgraded to version 2.2.5, previous versions had a
potentially serious issue when allocating big memory areas, something that
Redis actually does. However we never received bug reports that appear
to be caused by jemalloc.
* [BUGFIX] DISCARD now clears DIRTY_CAS flag in the client. Now the next
transaction will not fail if the previous transaction used WATCH and
the key was touched.
* CLIENT LIST output modified to include the last command executed by clients.
* Better bug report on crash.
* Protocol errors are now logged for loglevel >= verbose.
* Two new INFO fields related to AOF, that can be useful when investigating
Redis issues.
What's new in Redis 2.4.3
What's new in Redis 2.4.3
=========================
=========================
...
...
src/version.h
View file @
54a2934f
#define REDIS_VERSION "2.4.
3
"
#define REDIS_VERSION "2.4.
4
"
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