mirror of
https://github.com/redis/go-redis.git
synced 2025-04-19 07:22:17 +03:00
Add PoolStats() to UniversalClient
This commit is contained in:
parent
7125bf611e
commit
9603556a4d
@ -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…
x
Reference in New Issue
Block a user