summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-10-15 12:46:07 +0200
committerantirez <antirez@gmail.com>2015-10-15 12:46:14 +0200
commite16c0c19ffc996ca46566a095d4979b3cc982519 (patch)
tree204e14704c95d80de681e9b44812d985ba6ff30f /redis.conf
parentf28803ce90d61e30165d8229efb2871a7654d0a9 (diff)
downloadredis-e16c0c19ffc996ca46566a095d4979b3cc982519.tar.gz
Redis.conf example: make clear user must pass its path as argument.
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/redis.conf b/redis.conf
index 0f164af14..f6ee17131 100644
--- a/redis.conf
+++ b/redis.conf
@@ -1,4 +1,9 @@
-# Redis configuration file example
+# Redis configuration file example.
+#
+# Note that in order to read the configuration file, Redis must be
+# started with the file path as first argument:
+#
+# ./redis-server /path/to/redis.conf
# Note on units: when memory size is needed, it is possible to specify
# it in the usual form of 1k 5GB 4M and so forth: