🐛 Fix nil rdl
This commit is contained in:
		@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user