Skip to content
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

Add multiple keys support on EXISTS #124

Open
raghuiisc opened this issue Oct 16, 2019 · 1 comment
Open

Add multiple keys support on EXISTS #124

raghuiisc opened this issue Oct 16, 2019 · 1 comment

Comments

@raghuiisc
Copy link

Redis EXISTS support multiple keys

As of now i see that hiredis-vip does not support the same. I get below error when i try the same.

ERROR: 4 Parse command error. Cmd type: 2, state: 10, break position: 24

From further debugging i see that in file "command.c" as following:

static int
redis_arg0(struct cmd *r)
{
switch (r->type) {
case CMD_REQ_REDIS_EXISTS: <<<<<<<

@bjosv
Copy link

bjosv commented Nov 18, 2020

HI!
We have solved this issue in our fork.
The PR that maybe could be reused is here:
Nordix/hiredis-cluster@746714d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants