mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +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