# Functions
NewRedisSessionStore initialises a new instance of the SessionStore from the configuration given.
# Structs
SessionStore is an implementation of the sessions.SessionStore interface that stores sessions in redis.
TicketData is a structure representing the ticket used in server session storage.