How to set up Amazon ElastiCache (Redis) Serverless #49501
Replies: 5 comments 4 replies
-
Want to share, I tried this with scheme it connects when connect to redis cli with
|
Beta Was this translation helpful? Give feedback.
-
Need to UP this or do you have already a solution? |
Beta Was this translation helpful? Give feedback.
-
check this one phpredis/phpredis#2083 (comment) |
Beta Was this translation helpful? Give feedback.
-
Adding tls:// to the front of the REDIS_HOST worked for me. No need for the scheme in the config. Eg: Before: REDIS_HOST=host.serverless.use2.cache.amazonaws.com after REDIS_HOST=tls://host.serverless.use2.cache.amazonaws.com |
Beta Was this translation helpful? Give feedback.
-
Does anyone else here have luck getting it all to work with Amazon ElastiCache (Redis) Serverless? I have gotten it to work with the following configuration:
I am using It fails to connect and work if I treat it like a cluster by putting the So it has worked fine if I don't treat it like a cluster. But something doesn't feel right about that. |
Beta Was this translation helpful? Give feedback.
-
Hello Artisans,
I want to integrate ElastiCache Serverless Redis. I've updated the Redis configurations and it works fine.
I'm facing an issue with the Horizon queue:
Sometimes, I'm experiencing these issues too:
The config
config/database.php
.env
Please help me sort out the issues. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions