diff --git a/pages/docs/configuration/redis.mdx b/pages/docs/configuration/redis.mdx index cabd9d7..da04c4e 100644 --- a/pages/docs/configuration/redis.mdx +++ b/pages/docs/configuration/redis.mdx @@ -104,6 +104,14 @@ REDIS_URI=rediss://your-redis-host:6380 # Provide CA certificate for verification REDIS_CA=/path/to/your/ca-certificate.pem ``` +### TLS with Elasticache + +Elasticache may need to use an alternate dnsLookup for TLS connections. see "Special Note: Aws Elasticache Clusters with TLS" on this webpage: https://www.npmjs.com/package/ioredis + +```bash +# Enable redis alternate dnsLookup +REDIS_USE_ALTERNATIVE_DNS_LOOKUP=true +``` ## Advanced Options