redis-rb icon indicating copy to clipboard operation
redis-rb copied to clipboard

hiredis now supports SSL

Open tjwallace opened this issue 6 years ago • 1 comments

SSL support in hiredis has been merged: https://github.com/redis/hiredis/pull/645

Relevant code: https://github.com/redis/redis-rb/blob/master/lib/redis/connection/hiredis.rb#L17 hiredis-rb issue: https://github.com/redis/hiredis-rb/issues/58

tjwallace avatar Feb 27 '19 22:02 tjwallace

Would just removing that line fix this or is there anything else that needs to be done?

espen avatar Apr 07 '21 15:04 espen

redis-rb 5.0 now uses redis-client under the hood, which does have hiredis bindings with SSL support.

byroot avatar Aug 17 '22 19:08 byroot