mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 08:30:51 +00:00
hash-max-zipmap-... renamed hash-max-ziplist-... in defalt conf for tests.
This commit is contained in:
parent
753bb3dcbd
commit
87faf90696
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user