diff --git a/universal.go b/universal.go index 5a7d0d5..5f0e1e3 100644 --- a/universal.go +++ b/universal.go @@ -181,6 +181,7 @@ type UniversalClient interface { Subscribe(ctx context.Context, channels ...string) *PubSub PSubscribe(ctx context.Context, channels ...string) *PubSub Close() error + PoolStats() *PoolStats } var (