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:07 +0200
commit6ed12bd430c14198e858916e3ebe4103fe2497ed (patch)
tree6ad0d79f24768e74a14020864a1e1c2bac66b300 /redis.conf
parent5f0fef5eb9d4ca2e4f5a21388b92d9443e495da9 (diff)
downloadredis-6ed12bd430c14198e858916e3ebe4103fe2497ed.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 0c6e71e9e..71683bee2 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: