mirror of
https://github.com/redis/go-redis.git
synced 2025-04-17 20:17:02 +03:00
Add Watch func to UniversalClient interface
This commit is contained in:
parent
9ccc23344a
commit
ea254bbfda
@ -117,6 +117,7 @@ func (o *UniversalOptions) simple() *Options {
|
||||
// applications locally.
|
||||
type UniversalClient interface {
|
||||
Cmdable
|
||||
Watch(fn func(*Tx) error, keys ...string) error
|
||||
Process(cmd Cmder) error
|
||||
WrapProcess(fn func(oldProcess func(cmd Cmder) error) func(cmd Cmder) error)
|
||||
Subscribe(channels ...string) *PubSub
|
||||
|
Loading…
x
Reference in New Issue
Block a user