X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/f9c6f39b2b0039cf29df6597d41c124048c825cd..9184f8fd006ab608b5e6f9b0fa45490d08ff443a:/tests/assets/default.conf diff --git a/tests/assets/default.conf b/tests/assets/default.conf index 75334426..976852e9 100644 --- a/tests/assets/default.conf +++ b/tests/assets/default.conf @@ -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