redis / redis-rb

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

Eagerly close subscribed connection #1260

Closed casperisfine closed 5 months ago

casperisfine commented 5 months ago

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

Otherwise we need to wait for GC to close it.