Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Add multiple keys support on EXISTS #124

@raghuiisc

Description

@raghuiisc

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: <<<<<<<

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions