package
0.0.36
Repository: https://github.com/hnit-acm/hfunc.git
Documentation: pkg.go.dev

# 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.