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