forked from mirror/redis
Merge branch 'master' of github.com:go-redis/redis
This commit is contained in:
commit
318e4262cf
|
@ -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 (
|
||||||
|
|
Loading…
Reference in New Issue