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
bd624d0f
Commit
bd624d0f
authored
Feb 22, 2012
by
antirez
Browse files
Redis version 2.4.8
parent
f1654434
Changes
2
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
bd624d0f
...
@@ -18,6 +18,19 @@ to modify your program in order to use Redis 2.4.
...
@@ -18,6 +18,19 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
CHANGELOG
---------
---------
What's new in Redis 2.4.8
=========================
UPGRADE URGENCY: moderate if you don't experience any of the fixed problems.
* [BUGFIX] Make install now uses cp -f to avoid 'text file busy' errors.
* [BUGFIX] redis-check-aof is now large files safe also on 32 bit systems.
* [BUGFIX] Issue #327 fixed: maxmemory and replication now work much better.
* [BUGFIX] Now HINCRBY can detect overflows too. Fix for issue #330.
* [BUGFIX] Fixed compilation with latest clang.
* [BUGFIX] Fixed handling of empty sorted sets produced in RDB by
very old Redis versions (1.2.x).
What's new in Redis 2.4.7
What's new in Redis 2.4.7
=========================
=========================
...
...
src/version.h
View file @
bd624d0f
#define REDIS_VERSION "2.4.
7
"
#define REDIS_VERSION "2.4.
8
"
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