Commit 3178676f authored by John Crepezzi's avatar John Crepezzi Committed by GitHub
Browse files

Merge pull request #131 from seejohnrun/update_doc

Update documentation to mention redis-server
parents a3a24d97 3bdfab82
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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`