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
Version: redis-py 4.0.0rc1, redis 6.0.16 (or any less than 6.2).
Platform: Python 3.8, Ubuntu 20.04
Description:
Previously calling zrevrange or zrange(..., desc=True) would use ZREVRANGE on the wire. Somewhere between 4.0.0b1 and 4.0.0rc1 this changed to use ZRANGE ... REV, which is new syntax in Redis 6.2. When using an older server this causes a syntax error.