You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
In the function zrevrangebyscore.
pieces: List[EncodableT] = ["ZREVRANGEBYSCORE", name, min, max]
must modify:
pieces: List[EncodableT] = ["ZREVRANGEBYSCORE", name, max, min]
To Reproduce
In the function zrevrangebyscore
pieces: List[EncodableT] = ["ZREVRANGEBYSCORE", name, min, max]
must modify:
pieces: List[EncodableT] = ["ZREVRANGEBYSCORE", name, max, min]
Expected behavior
In the function zrevrangebyscore
pieces: List[EncodableT] = ["ZREVRANGEBYSCORE", name, min, max]
must modify:
pieces: List[EncodableT] = ["ZREVRANGEBYSCORE", name, max, min]
Logs/tracebacks
In the function zrevrangebyscore
pieces: List[EncodableT] = ["ZREVRANGEBYSCORE", name, min, max]
must modify:
pieces: List[EncodableT] = ["ZREVRANGEBYSCORE", name, max, min]
Python Version
$ python --versionpython 3.7.5
aioredis Version
$ python -m pip show aioredisaioredis==2.0.1&aioredis==2.0.0
Additional context
No response
Code of Conduct
I agree to follow the aio-libs Code of Conduct
The text was updated successfully, but these errors were encountered:
Describe the bug
In the function zrevrangebyscore.
pieces: List[EncodableT] = ["ZREVRANGEBYSCORE", name, min, max]
must modify:
pieces: List[EncodableT] = ["ZREVRANGEBYSCORE", name, max, min]
To Reproduce
In the function zrevrangebyscore
pieces: List[EncodableT] = ["ZREVRANGEBYSCORE", name, min, max]
must modify:
pieces: List[EncodableT] = ["ZREVRANGEBYSCORE", name, max, min]
Expected behavior
In the function zrevrangebyscore
pieces: List[EncodableT] = ["ZREVRANGEBYSCORE", name, min, max]
must modify:
pieces: List[EncodableT] = ["ZREVRANGEBYSCORE", name, max, min]
Logs/tracebacks
Python Version
aioredis Version
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: