summaryrefslogtreecommitdiff
path: root/00-RELEASENOTES
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-03-10 10:38:53 +0100
committerantirez <antirez@gmail.com>2012-03-10 10:41:39 +0100
commitd22248ae99543e74a93c88b9311f23a56231c83c (patch)
tree9210a4d0a370a54a5d581072dcdd29ddcb0afa6c /00-RELEASENOTES
parentaddc032756e338731c528d5868cf73b71ea2598e (diff)
downloadredis-d22248ae99543e74a93c88b9311f23a56231c83c.tar.gz
Removed handling of deprecated hash-max-zipmap-entries nad hash-map-zipmap-value. Pieter is too good with users ;). Better to have them switch to a saner configuration ASAP after the 2.6 upgrade.
Diffstat (limited to '00-RELEASENOTES')
-rw-r--r--00-RELEASENOTES6
1 files changed, 6 insertions, 0 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 49221f2c0..8a225b717 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -22,6 +22,12 @@ but it is better to keep them in mind:
starting with '#'. All the major clients should be already fixed to work
with the new INFO format.
+Also the following redis.conf and CONFIG GET / SET parameters changed name:
+
+ * hash-max-zipmap-entries, now replaced by hash-max-ziplist-entries
+ * hash-max-zipmap-value, now replaced by hash-max-ziplist-value
+ * glueoutputbuf was no completely removed as it does not make sense
+
---------
CHANGELOG
---------