jhthorsen / mojo-redis

Non-blocking Redis driver using Mojo::IOLoop
https://metacpan.org/pod/Mojo::Redis
14 stars 11 forks source link

Add TLS Support #80

Open hazemkmammu opened 12 months ago

hazemkmammu commented 12 months ago
hazemkmammu commented 12 months ago

@jhthorsen Hi Jan. Could you please review this change? This should add support for TLS connection to Redis. SSL/TLS is supported by Redis starting with version 6. Please let me know if you have any questions. Thanks. cc: @Grinnz