Merge pull request #131 from seejohnrun/update_doc

Update documentation to mention redis-server
production
John Crepezzi 9 years ago committed by GitHub
commit 3178676fba
  1. 3
      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`

Loading…
Cancel
Save