//
pkg.gl
Category
github.com/forestyc/playground
pkg
core
redis
package
0.0.0-20241113072534-4ea02956913a
Repository:
https://github.com/forestyc/playground.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
6
Files
35 SLOC
#
README
redis
func (j *job) Run() { // ... j.r, err := redis.NewRedis(config) j.r.Get(ctx, "key") // ... }
#
Functions
NewRedis
No description provided by the author
#
Structs
Config
Config 配置信息.
Redis
No description provided by the author