1
0
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:
Dimitrij Denissenko
2016-03-09 09:49:05 +00:00
parent f7d4933032
commit 9f40911f28
3 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ import (
type Pipeline struct {
commandable
client *baseClient
client baseClient
mu sync.Mutex // protects cmds
cmds []Cmder