Skip to content

Instantly share code, notes, and snippets.

@AshishDhamalaAD
Last active May 31, 2020 08:40
Show Gist options
  • Save AshishDhamalaAD/87683e8647834351f27e7dc7b6d72656 to your computer and use it in GitHub Desktop.
Save AshishDhamalaAD/87683e8647834351f27e7dc7b6d72656 to your computer and use it in GitHub Desktop.

To flush all jobs in redis or queues

Open redis cli and run flushdb command

Run redis server

~/redis-5.0.4/src/redis-server

Open redis cli

~/redis-5.0.4/src/redis-cli

Remove all running jobs

flushdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment