mloughran / em-hiredis

Eventmachine redis client
MIT License
221 stars 63 forks source link

TLS compatibility #57

Open lukemelia opened 2 years ago

lukemelia commented 2 years ago

Redis 6 added TLS support.

This PR makes EM::Hiredis interpret a rediss://... URL (note the extra s) as requiring TLS.

I'm not sure how best to update the tests (which are failing for me locally on master prior to this PR) but am happy to work on them with some guidance.