mirror of
https://github.com/fluencelabs/redis
synced 2025-03-31 14:51:04 +00:00
Update default configuration
This commit is contained in:
parent
80586cb894
commit
d3ea4c86a8
11
redis.conf
11
redis.conf
@ -394,12 +394,11 @@ slowlog-max-len 1024
|
|||||||
|
|
||||||
############################### ADVANCED CONFIG ###############################
|
############################### ADVANCED CONFIG ###############################
|
||||||
|
|
||||||
# Hashes are encoded in a special way (much more memory efficient) when they
|
# Hashes are encoded using a memory efficient data structure when they have a
|
||||||
# have at max a given numer of elements, and the biggest element does not
|
# small number of entries, and the biggest entry does not exceed a given
|
||||||
# exceed a given threshold. You can configure this limits with the following
|
# threshold. These thresholds can be configured using the following directives.
|
||||||
# configuration directives.
|
hash-max-ziplist-entries 512
|
||||||
hash-max-zipmap-entries 512
|
hash-max-ziplist-value 64
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user