diff options
author | antirez <antirez@gmail.com> | 2012-03-10 10:38:53 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2012-03-10 10:41:39 +0100 |
commit | d22248ae99543e74a93c88b9311f23a56231c83c (patch) | |
tree | 9210a4d0a370a54a5d581072dcdd29ddcb0afa6c /00-RELEASENOTES | |
parent | addc032756e338731c528d5868cf73b71ea2598e (diff) | |
download | redis-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-RELEASENOTES | 6 |
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 --------- |