# Functions
GetRedisStore get the actual working store.
LoadSessionBySessionId Get session using session_id even without a context.
NewRediStore returns a new RediStore.
NewRediStoreWithDB - like NewRedisStore but accepts `DB` parameter to select redis DB instead of using the default one ("0").
NewRediStoreWithPool instantiates a RediStore with a *redis.Pool passed in.
No description provided by the author
NewStoreWithDB - like NewStore but accepts `DB` parameter to select redis DB instead of using the default one ("0")
Ref: https://godoc.org/github.com/boj/redistore#NewRediStoreWithDB.
NewStoreWithPool instantiates a RediStore with a *redis.Pool passed in.
SaveSessionWithoutContext Save session even without a context.
SetKeyPrefix sets the key prefix in the redis database.
# Interfaces
No description provided by the author