]> git.saurik.com Git - redis.git/blobdiff - redis.conf
CONFIG command implemened -- just a start but already useful
[redis.git] / redis.conf
index 0ed593d2446f0a3222cf7c8bde8a3d3f931db186..fc5ac59d4db487d766a418e04055585b8caa6384 100644 (file)
@@ -278,3 +278,13 @@ shareobjectspoolsize 1024
 # configuration directives.
 hash-max-zipmap-entries 64
 hash-max-zipmap-value 512
+
+################################## INCLUDES ###################################
+
+# Include one or more other config files here.  This is useful if you
+# have a standard template that goes to all redis server but also need
+# to customize a few per-server settings.  Include files can include
+# other files, so use this wisely.
+#
+# include /path/to/local.conf
+# include /path/to/other.conf