1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 09:57:01 +00:00

remove MaxAgeSeconds from redis sessiondb - now it derives from the sessions configuration automatically. Add option to use an existing BoltDB connection on boltdb sessiondb.

TODO: leveldb sessiondb

Former-commit-id: 8cb781bf089ab7b9a09dccc633454db9c6077610
This commit is contained in:
kataras
2017-08-08 12:31:42 +03:00
parent 48e352e1df
commit 92d0b146df
7 changed files with 70 additions and 43 deletions

View File

@@ -31,7 +31,6 @@ import (
)
const (
// Version is the current version number of the Iris Web Framework.
Version = "8.2.0"
)