Skip to content
New issue

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

Adding TLS support for redis #249

Closed
irshadgit opened this issue Jun 23, 2021 · 1 comment
Closed

Adding TLS support for redis #249

irshadgit opened this issue Jun 23, 2021 · 1 comment

Comments

@irshadgit
Copy link

irshadgit commented Jun 23, 2021

Redis version 6 now support TLS. Add this support in this library so that TLS enabled redis servers can be used with this library.
https://redis.io/topics/encryption
More details can be found in this stack overflow issue.

@KarelCemus
Copy link
Owner

KarelCemus commented Jun 23, 2021

This is just an upper layer above the redis connector therefore there must be some connector fitting the requirements of this library + implementing TLS. At this moment play-redis uses https://github.com/etaty/rediscala or its forks. Feel free to implement this feature in this connector and I can then implement it in play-redis.

Alternatively feel free to participate on providing Jedis connector implementation for play-redis, I assume Jedis supports TLS. #248

Unfortunately, I have no time to do it myself but your help would be appreciated.

I close this issue for now since it is blocked by unavailable connector implementation. Feel free to reopen any time in future when there is Jedis implementation or rediscala supports it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants