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
bad380bd
Commit
bad380bd
authored
Feb 02, 2012
by
antirez
Browse files
Redis 2.4.7
parent
0b73cbb6
Changes
2
Show whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
bad380bd
...
...
@@ -18,6 +18,19 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------
What's new in Redis 2.4.7
=========================
UPGRADE URGENCY: low/moderate if you don't experience any of the fixed problems.
* [BUGFIX] Fixed false positive in issue #141 regression test.
* [BUGFIX] Slave should not expire keys when loading an RDB after a SYNC.
* [BUGFIX] Don't increment stats for key misses / hits when key is written.
* [BUGFIX] sds.c library now don't allocate more than 1MB ahead.
* 32 bit instances without a maxmemory set now get a default limit of 3.5GB with
maxmemory-policy set to noeviction.
* Better crash report on crash (containing current client and command arguments).
What's new in Redis 2.4.6
=========================
...
...
src/version.h
View file @
bad380bd
#define REDIS_VERSION "2.4.
6
"
#define REDIS_VERSION "2.4.
7
"
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