mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
gofumports
This commit is contained in:
@ -10,8 +10,10 @@ import (
|
||||
"github.com/go-redis/redis/v8"
|
||||
)
|
||||
|
||||
var ctx = context.Background()
|
||||
var rdb *redis.Client
|
||||
var (
|
||||
ctx = context.Background()
|
||||
rdb *redis.Client
|
||||
)
|
||||
|
||||
func init() {
|
||||
rdb = redis.NewClient(&redis.Options{
|
||||
|
Reference in New Issue
Block a user