Commit b8cfcea4 authored by antirez's avatar antirez
Browse files

default hash encoding settings also fixed in redis.conf

parent 52dc87bb
...@@ -323,8 +323,8 @@ cache-flush-delay 0 ...@@ -323,8 +323,8 @@ cache-flush-delay 0
# have at max a given numer of elements, and the biggest element does not # 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 # exceed a given threshold. You can configure this limits with the following
# configuration directives. # configuration directives.
hash-max-zipmap-entries 64 hash-max-zipmap-entries 512
hash-max-zipmap-value 512 hash-max-zipmap-value 64
# Similarly to hashes, small lists are also encoded in a special way in order # 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 # to save a lot of space. The special representation is only used when
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment