forked from mirror/redis
Expose Process on UniversalClient
This commit is contained in:
parent
12c49831d7
commit
f605e59ade
|
@ -115,6 +115,7 @@ func (o *UniversalOptions) simple() *Options {
|
|||
// applications locally.
|
||||
type UniversalClient interface {
|
||||
Cmdable
|
||||
Process(cmd Cmder) error
|
||||
Close() error
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue