debasishg / scala-redis

A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side.
1.02k stars 219 forks source link

[Feature] Support for TLS #230

Closed danielwpz closed 4 years ago

danielwpz commented 5 years ago

Hey,

Looks like your library doesn't support TLS connection with Redis. Do you have any plan to add this feature?

jogueber commented 5 years ago

Redis does not support native TLS https://redis.io/topics/security

danielwpz commented 5 years ago

yeah that I know. But cloud providers such as AWS has already enabled TLS feature for Redis(elastic cache). What shall I do if I wanna use it with TLS?

danielwpz commented 5 years ago

So sounds like you don't have any plan on this? If that's the case we will switch to another lib, just wanna confirm.

stsatlantis commented 5 years ago

Sorry for asking the following question here. I don't want to be disrespectful: @danielwpz which library provided you this functionality?