Skip to content

Commit

Permalink
Update default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Jan 25, 2012
1 parent 80586cb commit d3ea4c8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions redis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -394,12 +394,11 @@ slowlog-max-len 1024

############################### 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
# exceed a given threshold. You can configure this limits with the following
# configuration directives.
hash-max-zipmap-entries 512
hash-max-zipmap-value 64
# Hashes are encoded using a memory efficient data structure when they have a
# small number of entries, and the biggest entry does not exceed a given
# threshold. These thresholds can be configured using the following directives.
hash-max-ziplist-entries 512
hash-max-ziplist-value 64

# 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 d3ea4c8

Please sign in to comment.