From 3bdfab8219d346a006413544e1ff5382af5036ec Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Mon, 22 Aug 2016 13:22:49 -0400 Subject: [PATCH] Update documentation to mention redis-server --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca4390e..36fe229 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,8 @@ Where `path` represents where you want the files stored ### Redis -To use redis storage you must install the `redis` package in npm +To use redis storage you must install the `redis` package in npm, and have +`redis-server` running on the machine. `npm install redis`