Open bbeausej opened 4 months ago
Hi @bbeausej, could you provide a full rust code sample that reproduces this? I tried adding a test for this (https://github.com/aembke/fred.rs/blob/feat/9.1.0/tests/integration/sorted_sets/mod.rs#L772-L800) but haven't been able to repro the issue.
Fred version - 9.0.3 Redis version - 6.2.4 Platform - linux / wsl Deployment type - centralized
Describe the bug
Trying to find all negative score numbers (0 inclusive) using fred using zremrangebyscore. Passing "-inf" as min and 0 as max causes an Invalid Argument error to be emitted.
To Reproduce Steps to reproduce the behavior:
Invalid Argument: Invalid range bound with BYSCORE sort
Submitting the same manually with redis works perfectly: