]> git.saurik.com Git - redis.git/blobdiff - tests/assets/default.conf
in kill_server send the signal once, then wait for up to 5sec before sending lethal...
[redis.git] / tests / assets / default.conf
index 75334426b77d01a7c64152a4f860bd85656600d0..976852e91537cf76d3138b9a0e657619a5a0dcce 100644 (file)
@@ -297,8 +297,8 @@ no-appendfsync-on-rewrite no
 # 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-ziplist-entries 64
+hash-max-ziplist-value 512
 
 # 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