Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
28d1ee2c
Commit
28d1ee2c
authored
Apr 21, 2012
by
Salvatore Sanfilippo
Browse files
Merge pull request #414 from chobits/unstable
fix typos in tests/assets/default.conf
parents
fd72fe26
f2305046
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/assets/default.conf
View file @
28d1ee2c
...
@@ -294,7 +294,7 @@ no-appendfsync-on-rewrite no
...
@@ -294,7 +294,7 @@ no-appendfsync-on-rewrite no
############################### ADVANCED CONFIG ###############################
############################### ADVANCED CONFIG ###############################
# Hashes are encoded in a special way (much more memory efficient) when they
# 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 num
b
er 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
-
ziplist
-
entries
64
hash
-
max
-
ziplist
-
entries
64
...
@@ -317,7 +317,7 @@ set-max-intset-entries 512
...
@@ -317,7 +317,7 @@ set-max-intset-entries 512
# order to help rehashing the main Redis hash table (the one mapping top-level
# 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)
# 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
# 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 r
e
hashing, the more rehashing "steps" are performed, so if the
# server is idle the rehashing is never complete and some more memory is used
# server is idle the rehashing is never complete and some more memory is used
# by the hash table.
# by the hash table.
#
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment