redis / redis-rb

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

Deprecate the synchrony driver #915

Closed byroot closed 2 years ago

byroot commented 4 years ago

I'd like to only include the ruby and hiredis drivers in the gem. The synchrony one is hard to debug, and I don't think that many people use it. If there is interest for it I'd rather have people who known em well maintain it as an external gem.

If you've seen the deprecation message and would like to maintain the driver, let me know.

The plan would be to drop it on the next major version (5.0).

byroot commented 2 years ago

Closing as done.