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
ade6c5e7
Commit
ade6c5e7
authored
Sep 19, 2014
by
antirez
Browse files
Redis 2.8.17
parent
cf143b57
Changes
2
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
ade6c5e7
...
@@ -14,6 +14,16 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
...
@@ -14,6 +14,16 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--[ Redis 2.8.17 ] Release date: 19 Sep 2014
# UPGRADE URGENCY: HIGH for Redis Sentinel.
LOW for Redis Server (unmodified compared to 2.8.16).
* [FIX] Resolved a memory leak in the hiredis library causing a memory leak
in Redis Sentinel when a monitored instance or another Sentinel is
unavailable. Every reconnection attempt will leak a small amount of
memory, but in the long run the process can reach a considerable size.
--[ Redis 2.8.16 ] Release date: 16 Sep 2014
--[ Redis 2.8.16 ] Release date: 16 Sep 2014
# UPGRADE URGENCY: HIGH for Redis if you are using 2.8.15 + AOF.
# UPGRADE URGENCY: HIGH for Redis if you are using 2.8.15 + AOF.
...
...
src/version.h
View file @
ade6c5e7
#define REDIS_VERSION "2.8.1
6
"
#define REDIS_VERSION "2.8.1
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