Add PoolStats() to UniversalClient

This commit is contained in:
Prashanth Pai 2020-09-29 21:38:01 +05:30
parent 7125bf611e
commit 9603556a4d
1 changed files with 1 additions and 0 deletions

View File

@ -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 (