diff --git a/pkg/nex/cachekit/rdb.go b/pkg/nex/cachekit/rdb.go index 766afa1..4028079 100644 --- a/pkg/nex/cachekit/rdb.go +++ b/pkg/nex/cachekit/rdb.go @@ -15,7 +15,7 @@ import ( // And able to recreate the conn with different options var ( rdc *redis.Client - rdl *sync.Mutex + rdl sync.Mutex ) type Conn struct {