# Functions
GetRedisStore get the actual woking store.
NewRedisStore instantiates a RedisStore with a *redis.Client passed in.
SetKeyPrefix sets the key prefix in the redis database.
# Structs
GobSerializer uses gob package to encode the session map.
JSONSerializer encode the session map to JSON.
RedisStore stores sessions in a redis backend.
# Interfaces
SessionSerializer provides an interface hook for alternative serializers.
No description provided by the author