dvc890's picture
Upload 42 files
581b6d4 verified
raw
history blame contribute delete
116 Bytes
package db
import "github.com/redis/go-redis/v9"
type DB struct {
GetRedisClient func() (*redis.Client, error)
}