Add session specific redis cache

This commit is contained in:
Dane Everitt 2018-03-06 22:58:38 -06:00
parent 4964d294f6
commit 4952a27903
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 16 additions and 1 deletions

View file

@ -10,6 +10,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Changed
* Panel now throws proper 504: Gateway Timeout errors on server listing when daemon is offline.
* Sessions handled through redis now use a seperate database (default `1`) to store session database to avoid logging users out when flushing the cache.
## v0.7.5 (Derelict Dermodactylus)
### Fixed