We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL support in hiredis has been merged: redis/hiredis#645
Relevant code: https://github.com/redis/redis-rb/blob/master/lib/redis/connection/hiredis.rb#L17 hiredis-rb issue: redis/hiredis-rb#58
The text was updated successfully, but these errors were encountered:
Would just removing that line fix this or is there anything else that needs to be done?
Sorry, something went wrong.
remove hiredis ssl not implemented exception
86df222
redis#828
redis-rb 5.0 now uses redis-client under the hood, which does have hiredis bindings with SSL support.
redis-client
hiredis
No branches or pull requests
SSL support in hiredis has been merged: redis/hiredis#645
Relevant code: https://github.com/redis/redis-rb/blob/master/lib/redis/connection/hiredis.rb#L17
hiredis-rb issue: redis/hiredis-rb#58
The text was updated successfully, but these errors were encountered: