rq / django-rq

A simple app that provides django integration for RQ (Redis Queue)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is a problem with latest version of the rq==1.15.1

gavaig opened this issue · comments

Error during template rendering
In template /usr/local/lib/python3.11/site-packages/django_rq/templates/django_rq/job_detail.html, error at line 212

unknown command 'XREVRANGE'

Seems it was problem with old version of redis=3.2.4, and the command XREVRANGE is available from redis=5.0.0.
Resolved by upgrading the redis.