🐛 Fix nil rdl

This commit is contained in:
LittleSheep 2025-03-29 15:59:32 +08:00
parent 4a08fd8f1c
commit d5422ab5b0

View File

@ -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 {