mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-14 04:56:49 -07:00
Added Redis store support
This commit is contained in:
parent
26c148ff37
commit
a1d5f79708
5 changed files with 83 additions and 4 deletions
|
@ -14,8 +14,10 @@
|
|||
],
|
||||
|
||||
"storage": {
|
||||
"type": "file",
|
||||
"path": "./data"
|
||||
"type": "redis",
|
||||
"host": "localhost",
|
||||
"port": 6379,
|
||||
"db": 2
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue