summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorJeremy Zawodny <Jeremy@Zawodny.com>2010-03-19 22:24:17 -0700
committerJeremy Zawodny <Jeremy@Zawodny.com>2010-03-19 22:24:17 -0700
commitb3f83f127273da21506f697e256ae010587b10f1 (patch)
treec14bab8446db15801203406cb6e58f016bcef8f8 /redis.conf
parentaa42c9a7916e29964a565b66a2446a42f8bf483b (diff)
downloadredis-b3f83f127273da21506f697e256ae010587b10f1.tar.gz
support for include directive in config parser
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/redis.conf b/redis.conf
index 0ed593d24..fc5ac59d4 100644
--- a/redis.conf
+++ b/redis.conf
@@ -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