mirror of https://github.com/go-redis/redis.git
Merge pull request #1515 from ppai-plivo/add-poolstats-universal
Add PoolStats() to UniversalClient
This commit is contained in:
commit
ce65960ad8
|
@ -181,6 +181,7 @@ type UniversalClient interface {
|
||||||
Subscribe(ctx context.Context, channels ...string) *PubSub
|
Subscribe(ctx context.Context, channels ...string) *PubSub
|
||||||
PSubscribe(ctx context.Context, channels ...string) *PubSub
|
PSubscribe(ctx context.Context, channels ...string) *PubSub
|
||||||
Close() error
|
Close() error
|
||||||
|
PoolStats() *PoolStats
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in New Issue