From 9603556a4d64f2550c94a6c2d66353c876b28ace Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Tue, 29 Sep 2020 21:38:01 +0530 Subject: [PATCH] Add PoolStats() to UniversalClient --- universal.go | 1 + 1 file changed, 1 insertion(+) 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 (