mediocregopher / radix.v2

Redis client for Go
http://godoc.org/github.com/mediocregopher/radix.v2
MIT License
433 stars 92 forks source link

pool: After pool.Empty is called, Put still adds connections back to pool #81

Closed jameshartig closed 6 years ago

jameshartig commented 6 years ago

After Empty is called on a pool, Put still adds connections back to the channel and Get doesn't return an error and blocks forever.