-
-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Will this work with AWS MemoryDB ? #431
Comments
@rohitjha941 Thank you for the question! Currently, we don't support other message brokers other than Redis. Related feature request #173 If you don't mind, would you mind sharing why you'd use AWS MemoryDB instead of Redis? |
I was thinking about using memory DB as it persists data during shutdown/failover and it is cheaper than running a managed Redis instance with failover. |
Makes sense. I'll look into this when I work on #173 |
Any update on this? We are currently deployed in AWS - would be great to use a managed-cluster vs running our own on k8s. Thanks! |
@sudslab instead of memorydb have you thought about just using Redis Cloud? You don't have to handle any of the clustering, and get the same features? |
Tried using memorydb cluster.
Seems similar to this. redis/go-redis#2046 |
No description provided.
The text was updated successfully, but these errors were encountered: