Skip to content

Instantly share code, notes, and snippets.

@ngtrieuvi92
Forked from dimasch/redis-clear
Created December 26, 2019 07:55
Show Gist options
  • Save ngtrieuvi92/a7315c287042a8bea5812e7c97db409c to your computer and use it in GitHub Desktop.
Save ngtrieuvi92/a7315c287042a8bea5812e7c97db409c to your computer and use it in GitHub Desktop.
Clear a redis cache in Docker
docker exec -it container-name redis-cli FLUSHALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment