KarelCemus / play-redis

Play framework 2 cache plugin as an adapter to redis-server
Mozilla Public License 2.0
164 stars 44 forks source link

Support in-transit encryption? #240

Closed JennyLeahy closed 3 years ago

JennyLeahy commented 3 years ago

We use aws redis with in-transit encryption enabled. Does play-redis support in-transit encryption?

KarelCemus commented 3 years ago

It has no explicit support AFAIK. However, check the underlying connector to be sure. https://github.com/etaty/rediscala. I don't know if there must be any kind of support.

JennyLeahy commented 3 years ago

Thank @KarelCemus for the quick reply. I've checked https://github.com/etaty/rediscala, but can't see any such support. Thank you nevertheless.