@@ -14,6 +14,36 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
14
14
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
15
15
--------------------------------------------------------------------------------
16
16
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
+
17
47
--[ Redis 2.8.17 ] Release date: 19 Sep 2014
18
48
19
49
# UPGRADE URGENCY: HIGH for Redis Sentinel.
0 commit comments