Skip to content

Instantly share code, notes, and snippets.

@Natgho
Forked from dimasch/redis-clear
Last active February 24, 2023 14:23
Show Gist options
  • Save Natgho/2c21d7b110fd7b996eb6584d505a4b23 to your computer and use it in GitHub Desktop.
Save Natgho/2c21d7b110fd7b996eb6584d505a4b23 to your computer and use it in GitHub Desktop.
Clear a redis cache in Docker
docker exec -i container-name redis-cli FLUSHALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment