Skip to content

Instantly share code, notes, and snippets.

@israelss
Forked from dimasch/redis-clear
Created February 3, 2023 15:49
Show Gist options
  • Save israelss/46b7eb31692f3196e41ed82487c43cb5 to your computer and use it in GitHub Desktop.
Save israelss/46b7eb31692f3196e41ed82487c43cb5 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