Skip to content

Instantly share code, notes, and snippets.

@carloszan
Forked from ngtrieuvi92/redis-clear
Created March 15, 2021 19:47
Show Gist options
  • Save carloszan/0e81ecf15f5eaece87ec3fc116862354 to your computer and use it in GitHub Desktop.
Save carloszan/0e81ecf15f5eaece87ec3fc116862354 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