-
Notifications
You must be signed in to change notification settings - Fork 23
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
Seems to not work with a redis cluster. #33
Comments
I created a little demo project to show the failure. https://github.com/PhillippOhlandt/deepstream-redis-cluster |
Is this still an issue or does Redis Cluster work on the latest Deepstream version? |
Just saw https://deepstream.io/blog/20200519-deepstream-maintenance-mode/ We may be on our own figuring this out. |
heya! Should be relatively simple to implement this, as it's usually just a change in the constructor. @jaime-ez has been doing a great job maintaining the deepstream project, but if you raise a PR I'll be happy to look into it 👍 |
Hi, I haven't used redis with deepstream so I don´t know. Although the issue you're commenting is from before the current version. |
Got it. I'll actually try with Valkey instead due to the recent Redis drama. Glad to see the project is still active :) |
Please see the issue I opened here: redis/ioredis#431
Has someone tested it on their own and can confirm that it's broken/not broken?
Just to have all the information complete, here are the relevant docker-compose services:
And here is the DS config:
The text was updated successfully, but these errors were encountered: