mirror of
https://github.com/redis/go-redis.git
synced 2025-07-31 05:04:23 +03:00
Enable reaper on ClusterClient and add tests.
This commit is contained in:
@ -106,7 +106,9 @@ func (p *StickyConnPool) FreeLen() int {
|
||||
return 0
|
||||
}
|
||||
|
||||
func (p *StickyConnPool) Stats() *PoolStats { return nil }
|
||||
func (p *StickyConnPool) Stats() *Stats {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (p *StickyConnPool) Close() error {
|
||||
defer p.mx.Unlock()
|
||||
|
Reference in New Issue
Block a user