X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/cbba7dd7c90f7b5b845d1dea86390572e5b4fa2c..500ece7c1721fa2d5f7cddfda23be9da70e103ee:/redis.conf diff --git a/redis.conf b/redis.conf index 0ed593d2..fc5ac59d 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