package
0.0.0-20241113072534-4ea02956913a
Repository: https://github.com/forestyc/playground.git
Documentation: pkg.go.dev

# README

redis


func (j *job) Run() {
    // ...
    j.r, err := redis.NewRedis(config)
    j.r.Get(ctx, "key")
    // ...
}

# Functions

No description provided by the author

# Structs

Config 配置信息.
No description provided by the author