Skip to content

Filter::OP_EXISTS and OP_NOT_EXISTS are the wrong way round #35

@alexandervogtdf

Description

@alexandervogtdf

see Filter.php line 82ff.

case self::OP_EXISTS: $params[] = $filter[0] . '='; break; case self::OP_NOT_EXISTS: $params[] = $filter[0] . '!='; break;

In redis docs https://redis.io/commands/ts.mrange/:

label=, where key does not have label label
label!=, where key has label label

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions