Skip to content

Commit

Permalink
Merge pull request redis#1515 from ppai-plivo/add-poolstats-universal
Browse files Browse the repository at this point in the history
Add PoolStats() to UniversalClient
  • Loading branch information
vmihailenco authored Sep 30, 2020
2 parents 7125bf6 + 9603556 commit ce65960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions universal.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit ce65960

Please sign in to comment.