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