Jean Boussier

Results 529 comments of Jean Boussier

Closing as most of this has now been merged. I will likely release a beta in a couple days.

So as you noted I would like to deprecated the synchrony driver. However I'm interested in this connection leak problem. https://github.com/redis/redis-rb/issues/524 has been opened for years, but I have little...

> this **only** has to do with the synchrony driver I'm not so surprised to be honest :/

The `synchrony` driver has been removed in 5.0. Closing. (Thanks for the detailed investigation though).

Closing since the blockless multi interface has been removed.

5.0 now rely on `redis-client` which does have an `hiredis` driver with SSL support. So closing.

Note to self: let's fix this for 5.0

Sounds like a redis-server issue to me. I don't see what we could do on the client side, the server drop the connection without doing the SSL handshake, from `redis-rb`'s...