]> git.saurik.com Git - redis.git/commitdiff
default hash encoding settings also fixed in redis.conf
authorantirez <antirez@gmail.com>
Sat, 15 Jan 2011 21:31:07 +0000 (22:31 +0100)
committerantirez <antirez@gmail.com>
Sat, 15 Jan 2011 21:31:07 +0000 (22:31 +0100)
redis.conf

index 150eb6907b64fc6f286c0182798a7482a6c59ac4..407d102becd2ff40ba9468d000005a84c97bccb3 100644 (file)
@@ -323,8 +323,8 @@ cache-flush-delay 0
 # have at max a given numer of elements, and the biggest element does not
 # exceed a given threshold. You can configure this limits with the following
 # configuration directives.
-hash-max-zipmap-entries 64
-hash-max-zipmap-value 512
+hash-max-zipmap-entries 512
+hash-max-zipmap-value 64
 
 # Similarly to hashes, small lists are also encoded in a special way in order
 # to save a lot of space. The special representation is only used when