-
Notifications
You must be signed in to change notification settings - Fork 167
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
Redis Cluster support #213
Comments
Hello @ababich, there are no plans for Redis Cluster support but it's something we could investigate in the future. At first sight it looks like a tough problem. We could embed key tags to make sure all the keys end up in the same node, but that kind of defeats the purpose of using Redis Cluster. |
To my understanding only index-related keys should be touched |
I have an idea that may work. I'll get back to you tomorrow after testing it a bit. |
@ababich I've tried Ohm with Redis Cluster and it works after adding key tags. There's a branch called |
I think it is more important to tag "relation", not model |
Hello! Is there any Redis Cluster support planned or tried?
First of all I mean proper group operations handling via corresponding key(s) composition and preventing incorrect attempts
May be you have some posts with having this tried/tested with Ohm or some plans about this?
Thanks!
The text was updated successfully, but these errors were encountered: