]> git.saurik.com Git - redis.git/blobdiff - redis.conf
Restore argc/argv in EXEC after command is executed
[redis.git] / redis.conf
index 150eb6907b64fc6f286c0182798a7482a6c59ac4..a470c98cf0aa16de6f4ff2c74532ba247a4823d4 100644 (file)
@@ -21,6 +21,7 @@ daemonize no
 pidfile /var/run/redis.pid
 
 # Accept connections on the specified port, default is 6379.
+# If port 0 is specified Redis will not listen on a TCP socket.
 port 6379
 
 # If you want you can bind a single interface, if the bind option is not
@@ -323,8 +324,8 @@ cache-flush-delay 0
 # 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-zipmap-entries 512
+hash-max-zipmap-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