summaryrefslogtreecommitdiff
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:19 +0200
commitd85eed2400329936e19f94fb0690dfab58a10a7d (patch)
treea9611e0fce9bfefdf893bca6797703fb7b4ebb5a
parentc3a7fe4d326b95ddd535793d6b6d4767cd025c3b (diff)
downloadredis-d85eed2400329936e19f94fb0690dfab58a10a7d.tar.gz
Redis.conf example: make clear user must pass its path as argument.
-rw-r--r--redis.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/redis.conf b/redis.conf
index 6c765691d..870959f3a 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: