Skip to content

Commit 6c0b4b6

Browse files
authored
fix: updated README with auth notes (#275)
1 parent 7e83419 commit 6c0b4b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,12 @@ new RedisCluster(nodes, Some(NoOpKeyTag)) with Reconnectable
255255
```
256256
you can observe it's behaviour in `ReconnectableSpec` test.
257257

258+
## Encryption/AUTH
259+
For use with cloud services such as AWS Elasticache or GC Memory Store, notice a nuance when enabling encryption in transit. This will require both an AUTH password and sslContext when connecting. For example:
260+
```
261+
new RedisClient("your-aws-endpoint", 6379, sslContext = Some(SSLContext.getDefault()), secret = "your-auth-secret")
262+
```
263+
258264
## License
259265

260266
This software is licensed under the Apache 2 license, quoted below.

0 commit comments

Comments
 (0)