Skip to content

Commit 318e426

Browse files
committed
Merge branch 'master' of github.com:go-redis/redis
2 parents 3a574d3 + ce65960 commit 318e426

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

universal.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ type UniversalClient interface {
181181
Subscribe(ctx context.Context, channels ...string) *PubSub
182182
PSubscribe(ctx context.Context, channels ...string) *PubSub
183183
Close() error
184+
PoolStats() *PoolStats
184185
}
185186

186187
var (

0 commit comments

Comments
 (0)