forked from mirror/redis
Merge pull request #509 from go-redis/fix/universal-client
Expose Process on UniversalClient
This commit is contained in:
commit
a6984fdb4c
|
@ -115,6 +115,7 @@ func (o *UniversalOptions) simple() *Options {
|
||||||
// applications locally.
|
// applications locally.
|
||||||
type UniversalClient interface {
|
type UniversalClient interface {
|
||||||
Cmdable
|
Cmdable
|
||||||
|
Process(cmd Cmder) error
|
||||||
Close() error
|
Close() error
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue