-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
proposal: split commands for cluster mode #811
Comments
I'm wondering why do you use |
We were using So, if I use a command like |
@Eywek Aha, I got the point. Indeed the commands with keys belonging to different slots will not work (e.g. |
@luin Hi master, what's the road map about this feature? has any schedules? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 7 days if no further activity occurs, but feel free to re-open a closed issue if needed. |
@cocobiz Pull request is welcome currently. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 7 days if no further activity occurs, but feel free to re-open a closed issue if needed. |
How to overide RedisCache if it fails to connect to the server ? |
Hello,
At my job, we want to use Redis Cluster in our production environment (for scaling purpose) but we've hit some limitations with ioredis. Indeed, we're using
multi
andmget
commands with multiple keys (not in the same slot ofc), so we're wondering if ioredis can't do some command splitting (like https://github.com/eleme/corvus#commands for example) to send the right command to the right node.We're not using
corvus
to avoid deploying a new service and because it don't support streams commands or pubsub.Thanks
The text was updated successfully, but these errors were encountered: