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")
// ...
}
func (j *job) Run() {
// ...
j.r, err := redis.NewRedis(config)
j.r.Get(ctx, "key")
// ...
}