mirror of
https://github.com/redis/go-redis.git
synced 2025-04-17 20:17:02 +03:00
Expose Process on UniversalClient
This commit is contained in:
parent
12c49831d7
commit
f605e59ade
@ -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…
x
Reference in New Issue
Block a user