Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save owenconti/653b8210884229515012b02e19dc6023 to your computer and use it in GitHub Desktop.
Save owenconti/653b8210884229515012b02e19dc6023 to your computer and use it in GitHub Desktop.
Connecting to ElastiCache with Laravel when using Encryption In-Transit
// Before
REDIS_HOST=some-master-node.cache.amazonaws.com
// After
REDIS_HOST=tls://some-master-node.cache.amazonaws.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment