🐛 Fix nil rdl
This commit is contained in:
parent
4a08fd8f1c
commit
d5422ab5b0
@ -15,7 +15,7 @@ import (
|
|||||||
// And able to recreate the conn with different options
|
// And able to recreate the conn with different options
|
||||||
var (
|
var (
|
||||||
rdc *redis.Client
|
rdc *redis.Client
|
||||||
rdl *sync.Mutex
|
rdl sync.Mutex
|
||||||
)
|
)
|
||||||
|
|
||||||
type Conn struct {
|
type Conn struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user