mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 08:00:49 +00:00
fix typos in tests/assets/default.conf
This commit is contained in:
parent
4cba71e898
commit
f2305046ef
@ -294,7 +294,7 @@ no-appendfsync-on-rewrite no
|
||||
############################### ADVANCED CONFIG ###############################
|
||||
|
||||
# Hashes are encoded in a special way (much more memory efficient) when they
|
||||
# have at max a given numer of elements, and the biggest element does not
|
||||
# have at max a given number of elements, and the biggest element does not
|
||||
# exceed a given threshold. You can configure this limits with the following
|
||||
# configuration directives.
|
||||
hash-max-ziplist-entries 64
|
||||
@ -317,7 +317,7 @@ set-max-intset-entries 512
|
||||
# order to help rehashing the main Redis hash table (the one mapping top-level
|
||||
# keys to values). The hash table implementation redis uses (see dict.c)
|
||||
# performs a lazy rehashing: the more operation you run into an hash table
|
||||
# that is rhashing, the more rehashing "steps" are performed, so if the
|
||||
# that is rehashing, the more rehashing "steps" are performed, so if the
|
||||
# server is idle the rehashing is never complete and some more memory is used
|
||||
# by the hash table.
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user