summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2016-03-06 13:44:24 +0100
committerantirez <antirez@gmail.com>2016-05-10 06:40:05 +0200
commit6dead2cff563375543b23c1ecec78a1462ad611a (patch)
tree44f34d99b8d0fc2dba9453adcaf8abe059aba21a /redis.conf
parent3b644e82b0cc96113e29672d1551248c9e9db893 (diff)
downloadredis-6dead2cff563375543b23c1ecec78a1462ad611a.tar.gz
Modules: first preview 31 March 2016.
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/redis.conf b/redis.conf
index c68fe694f..a39a643ab 100644
--- a/redis.conf
+++ b/redis.conf
@@ -35,6 +35,14 @@
# include /path/to/local.conf
# include /path/to/other.conf
+################################## MODULES #####################################
+
+# Load modules at startup. If the server is not able to load modules
+# it will abort. It is possible to use multiple loadmodule directives.
+#
+# loadmodule /path/to/my_module.so
+# loadmodule /path/to/other_module.so
+
################################## NETWORK #####################################
# By default, if no "bind" configuration directive is specified, Redis listens