resque / redis-namespace

This gem adds a Redis::Namespace class which can be used to namespace Redis keys.
http://redis.io
MIT License
695 stars 192 forks source link

Allow Redis#close #209

Closed casperisfine closed 2 years ago

casperisfine commented 2 years ago

It's been the recommended way to close the connection for a good decade, and it's the method used by the connection_pool gem.