From e16c0c19ffc996ca46566a095d4979b3cc982519 Mon Sep 17 00:00:00 2001 From: antirez 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 0f164af1..f6ee1713 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: