pidfile /var/run/redis.pid
# Accept connections on the specified port, default is 6379.
pidfile /var/run/redis.pid
# Accept connections on the specified port, default is 6379.
# 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.
# 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.
# 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
# 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