//
pkg.gl
Category
github.com/ops-cn/common
auth
jwtauth
store
redis
package
0.0.0-20200630105701-a377ca4f0e1f
Repository:
https://github.com/ops-cn/common.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
73 SLOC
#
Functions
NewStore
NewStore 创建基于redis存储实例.
NewStoreWithClient
NewStoreWithClient 使用redis客户端创建存储实例.
NewStoreWithClusterClient
NewStoreWithClusterClient 使用redis集群客户端创建存储实例.
#
Structs
Config
Config redis配置参数.
Store
Store redis存储.