Question: Best practice for configuring with AWS ElastiCache (Cluster Mode Disabled) #175
-
|
Hello Relay Team, First off, fantastic work on this project. The performance gains and features like connection pooling are incredibly compelling. I'm working on integrating Relay into a Symfony application that uses AWS ElastiCache for Redis and I'd like to confirm the best practice for configuration, as the official documentation doesn't cover this specific AWS use case in detail. Our Setup
Our Goals
Questions
Thank you for your time and guidance! We believe clarifying this will be very helpful for other AWS users in the community. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
I'll let @michael-grunder respond to this, but my two cents:
|
Beta Was this translation helpful? Give feedback.
-
|
I actually haven't used AWS a great deal myself. Unless Laravel has an abstraction to split writes and reads you'd currently need to use multiple clients in your app.
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your quick response @tillkruss and @michael-grunder So there aren't an option equivalent to this one on |
Beta Was this translation helpful? Give feedback.
No, Relay and PhpRedis don't have implementations like that. Usually the framework (Laravel, Symfony, etc.) handles that.
You can use Relay as the underlying client when using Predis.