redis / redis-rb

A Ruby client library for Redis
MIT License
3.97k stars 1.03k forks source link

Eagerly close subscribed connection #1260

Closed casperisfine closed 7 months ago

casperisfine commented 7 months ago

Fix: https://github.com/redis/redis-rb/issues/1259

Otherwise we need to wait for GC to close it.