mirror of
https://github.com/SunRed/haste-server.git
synced 2024-11-01 01:30:21 +01:00
Update documentation to mention redis-server
This commit is contained in:
parent
a3a24d9765
commit
3bdfab8219
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue