mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-20 07:43:09 -07:00
Support for redis expiration
This commit is contained in:
parent
0f2075fcda
commit
d0e3e4cd02
5 changed files with 43 additions and 15 deletions
|
@ -19,7 +19,8 @@
|
|||
"type": "redis",
|
||||
"host": "localhost",
|
||||
"port": 6379,
|
||||
"db": 2
|
||||
"db": 2,
|
||||
"expire": 3600
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue