mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
default hash encoding settings also fixed in redis.conf
This commit is contained in:
parent
f43502fb0e
commit
99677e89d0
@ -369,8 +369,8 @@ vm-max-threads 4
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user