Skip to content

Instantly share code, notes, and snippets.

@fega
Created January 26, 2019 04:40
Show Gist options
  • Save fega/e38cb764b61a281cd63884dd00fa8dd8 to your computer and use it in GitHub Desktop.
Save fega/e38cb764b61a281cd63884dd00fa8dd8 to your computer and use it in GitHub Desktop.
FLUSH DOCKER REDIS, with auth
docker exec -it container-name redis-cli -a pass FLUSHALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment