wuxibin89 / redis-go-cluster

redis cluster client implementation in Go
Apache License 2.0
488 stars 145 forks source link

consider add `ActiveCount() int` method? #19

Open csyangchen opened 7 years ago

csyangchen commented 7 years ago

Thought might be useful to add the ActiveCount() int method (or IdleCount() int maybe, seems active conns are not counted). redigo has ActiveCount() int and IdleCount() int, which we use to do client side pool monitoring.