# Functions
No description provided by the author
NewRediStoreWithPool instantiates a RediStore with a *redis.ClusterClient passed in.
# Structs
GobSerializer uses gob package to encode the session map.
JSONSerializer encode the session map to JSON.
RediStore stores sessions in a redis backend.
# Interfaces
SessionSerializer provides an interface hook for alternative serializers.