//
pkg.gl
Category
github.com/MayCMF/core
src
common
auth
jwtauth
store
redis
package
0.1.0
Repository:
https://github.com/maycmf/core.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
73 SLOC
#
Functions
NewStore
NewStore - Create a redis-based storage instance.
NewStoreWithClient
NewStoreWithClient - Create a storage instance using the redis client.
NewStoreWithClusterClient
NewStoreWithClusterClient - Create a storage instance using the redis cluster client.
#
Structs
Config
Config - Redis configuration parameter.
Store
Store - Redis storage.