Last active
April 8, 2025 15:56
-
-
Save dimasch/57b7cee3f7f9d274253d to your computer and use it in GitHub Desktop.
Clear a redis cache in Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker exec -it container-name redis-cli FLUSHALL |
Thank you! still thinking where is the react button :D
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank youu