mediocregopher / radix.v2

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

fix GetEvery not automatically putting back clients when error occurred #13

Closed imkira closed 8 years ago

imkira commented 8 years ago

Please let me know if I am missing something. It looks to me clients are being leaked when an error occurs.

mediocregopher commented 8 years ago

Good catch! Thanks for submitting the fix too :)