summaryrefslogtreecommitdiff
path: root/tests/assets
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-03-10 12:14:17 +0100
committerantirez <antirez@gmail.com>2012-03-10 12:14:17 +0100
commit87faf90696d549e69a8864026dfe6fc435eeec0d (patch)
tree80ef867ae1fb7bd96d42f81ace130f75abeb5cf5 /tests/assets
parent753bb3dcbda2fbb91539057e300b999bc750c9e0 (diff)
downloadredis-87faf90696d549e69a8864026dfe6fc435eeec0d.tar.gz
hash-max-zipmap-... renamed hash-max-ziplist-... in defalt conf for tests.
Diffstat (limited to 'tests/assets')
-rw-r--r--tests/assets/default.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/assets/default.conf b/tests/assets/default.conf
index 75334426b..976852e91 100644
--- a/tests/assets/default.conf
+++ b/tests/assets/default.conf
@@ -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