Skip to content

ZQuery, range by score logical problem #1

@Matthew-Neba

Description

@Matthew-Neba

When using the zquery cmd, if I input for example:

zquert myzset 10 "" 0 5, I expect this command to fetch 5 values with a score greater than 10 from myzset. However, If there does not exist a node with value 10, liteDB does not check if there are any other values with a score greater than 10, it just gives an error.

-Ensure zquery properly performs rangeByScore queries by checking if there exist any node with a value greater that the sugested value

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