mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
cluster: add Watch support.
This commit is contained in:
@ -4,9 +4,10 @@ package redis
|
||||
type ClusterPipeline struct {
|
||||
commandable
|
||||
|
||||
cmds []Cmder
|
||||
cluster *ClusterClient
|
||||
closed bool
|
||||
|
||||
cmds []Cmder
|
||||
closed bool
|
||||
}
|
||||
|
||||
// Pipeline creates a new pipeline which is able to execute commands
|
||||
|
Reference in New Issue
Block a user