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
I missed the supported redis version when I was browsing the zadd documentation. Since GT is not strictly needed (although it'd be nice if we can add it to convey the intention to "extend" the lease), I'll remove that option for now. XX option should be sufficient in our case, since we check the expired lease before sending the ZADD command to redis.
asynq: pid=6499 2022/02/20 05:20:00.136535 ERROR: Failed to extend lease for tasks [11a5aed1-ec41-4e63-9c14-91b834bac2e1]: ERR syntax error
asynq/internal/rdb/rdb.go
Line 944 in cabf8d3
Redis version >= 6.2.0: Added the
GT
andLT
options.I encounter the error when using the redis that it's version low than 6.2.0.
The text was updated successfully, but these errors were encountered: