1
0
Fork 0
mirror of https://github.com/seejohnrun/haste-server.git synced 2024-11-01 03:21:21 +00:00

Update documentation to mention redis-server

This commit is contained in:
John Crepezzi 2016-08-22 13:22:49 -04:00
parent a3a24d9765
commit 3bdfab8219

View file

@ -101,7 +101,8 @@ Where `path` represents where you want the files stored
### Redis ### 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` `npm install redis`