Skip to content

Instantly share code, notes, and snippets.

@luizjr
Forked from dimasch/redis-clear
Created September 10, 2019 03:05
Show Gist options
  • Save luizjr/298101a3872e3a9d302bc610f6e505a2 to your computer and use it in GitHub Desktop.
Save luizjr/298101a3872e3a9d302bc610f6e505a2 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