1
0
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:
Vladimir Mihailenco
2015-12-16 16:11:52 +02:00
parent 745d73395e
commit 9079a66323
5 changed files with 103 additions and 25 deletions

View File

@ -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