Skip to content

Commit d6ada4d

Browse files
committed
Redis 2.8.18.
1 parent 7c671c0 commit d6ada4d

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

00-RELEASENOTES

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,36 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
1414
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
1515
--------------------------------------------------------------------------------
1616

17+
--[ Redis 2.8.18 ] Release date: 4 Dec 2014
18+
19+
# UPGRADE URGENCY: LOW for both Redis and Sentinel. This release mostly
20+
adds new features to Redis, and contains non critical
21+
fixes.
22+
23+
* [FIX] Linenoise updated to be more VT100 compatible. (Salvatore Sanfilippo)
24+
* [FIX] A number of typos fixed inside comments. (Various authors)
25+
* [FIX] redis-cli no longer quits after long timeouts. (Matt Stancliff)
26+
* [FIX] Test framework improved to detect never terminating scripts, cleanup
27+
instances on crashes. (Salvatore Sanfilippo)
28+
* [FIX] PFCOUNT can be used on slaves now. (Salvatore Sanfilippo)
29+
* [FIX] ZSCAN no longer report very small scores as 0. (Matt Stancliff,
30+
Michael Grunder, Salvatore Sanfilippo)
31+
* [FIX] Don't show the ASCII logo if syslog is enabled. Redis is now
32+
an Enterprise Grade product. (Salvatore Sanfilippo)
33+
34+
* [NEW] EXPERIMENTAL: Diskless replication, for more info check the doc at
35+
http://redis.io/topics/replication. (Salvatore Sanfilippo).
36+
* [NEW] Transparent Huge Pages detection and reporting in logs and
37+
LATENCY DOCTOR output. (Salvatore Sanfilippo)
38+
* [NEW] Many Lua scripting enhancements: Bitops API, cjson upgrade and tests,
39+
cmsgpack upgrade. (Matt Stancliff)
40+
* [NEW] Total and instantaneous Network bandwidth tracking in INFO.
41+
* [NEW] DEBUG POPULATE two args form implemented (old form still works).
42+
The second argument is the key prefix. Default is "key:" (Salvatore
43+
Sanfilippo)
44+
* [NEW] Check that tcp-backlog is matched by /proc/sys/net/core/somaxconn, and
45+
warn about it if not. (Salvatore Sanfilippo)
46+
1747
--[ Redis 2.8.17 ] Release date: 19 Sep 2014
1848

1949
# UPGRADE URGENCY: HIGH for Redis Sentinel.

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define REDIS_VERSION "2.8.17"
1+
#define REDIS_VERSION "2.8.18"

0 commit comments

Comments
 (0)