package
0.0.0-20241021051628-f6af50ceeef1
Repository: https://github.com/no-src/gin-session-redis.git
Documentation: pkg.go.dev
# Functions
GetRedisStore get the actual working store.
NewRediStoreWithClient instantiates a RediStore with a *redis.Client passed in.
NewStore returns a redis store instance.
NewStoreWithDB - like NewStore but accepts `DB` parameter to select redis DB instead of using the default one ("0").
SetKeyPrefix sets the key prefix in the redis database.
# Interfaces
No description provided by the author