I\'m using RQ, and I have a failed queue with thousands of items, and another test queue I created a while back for testing which is now empty and unus
failed
test
you can just login to redis and clear all queues
to login
user@user:~$ redis-cli
enter this command and hit enter
FLUSHALL
And you're done
Edit: This will delete everything stored in redis