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
87faf906
Commit
87faf906
authored
Mar 10, 2012
by
antirez
Browse files
hash-max-zipmap-... renamed hash-max-ziplist-... in defalt conf for tests.
parent
753bb3dc
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/assets/default.conf
View file @
87faf906
...
...
@@ -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
-
zip
map
-
entries
64
hash
-
max
-
zip
map
-
value
512
hash
-
max
-
zip
list
-
entries
64
hash
-
max
-
zip
list
-
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
...
...
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