mirror of
https://github.com/redis/go-redis.git
synced 2025-10-29 05:29:22 +03:00
Correct method accessors
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
type Pipeline struct {
|
||||
commandable
|
||||
|
||||
client *baseClient
|
||||
client baseClient
|
||||
|
||||
mu sync.Mutex // protects cmds
|
||||
cmds []Cmder
|
||||
|
||||
Reference in New Issue
Block a user