From 6ed12bd430c14198e858916e3ebe4103fe2497ed Mon Sep 17 00:00:00 2001 From: antirez <antirez@gmail.com> Date: Thu, 15 Oct 2015 12:46:07 +0200 Subject: [PATCH] Redis.conf example: make clear user must pass its path as argument. --- redis.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index 0c6e71e9..71683bee 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: