Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Commit

Permalink
comment broken hash-max-zipmap directives
Browse files Browse the repository at this point in the history
  • Loading branch information
phlipper committed Jan 2, 2013
1 parent 422cb01 commit 852e578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/default/redis.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,8 @@ slowlog-max-len <%= node["redis"]["slowlog_max_len"] %>
# 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 <%= node["redis"]["hash_max_zipmap_entries"] %>
hash-max-zipmap-value <%= node["redis"]["hash_max_zipmap_value"] %>
# hash-max-zipmap-entries <%= node["redis"]["hash_max_zipmap_entries"] %>
# hash-max-zipmap-value <%= node["redis"]["hash_max_zipmap_value"] %>

# 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
Expand Down

0 comments on commit 852e578

Please sign in to comment.