MCPcopy Create free account
hub / github.com/kataras/iris / Database

Struct Database

sessions/sessiondb/redis/database.go:84–87  ·  view source on GitHub ↗

Database the redis back-end session database for the sessions.

Source from the content-addressed store, hash-verified

82
83// Database the redis back-end session database for the sessions.
84type Database struct {
85 c Config
86 logger *golog.Logger
87}
88
89var _ sessions.Database = (*Database)(nil)
90

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected