mirror of
https://github.com/redis/go-redis.git
synced 2025-07-31 05:04:23 +03:00
Expose Process on UniversalClient
This commit is contained in:
@ -115,6 +115,7 @@ func (o *UniversalOptions) simple() *Options {
|
||||
// applications locally.
|
||||
type UniversalClient interface {
|
||||
Cmdable
|
||||
Process(cmd Cmder) error
|
||||
Close() error
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user