-
-
Save dimasch/57b7cee3f7f9d274253d to your computer and use it in GitHub Desktop.
docker exec -it container-name redis-cli FLUSHALL |
Thank you!
thanks a lot!
Thanks a lot!!!!
Thank you!
tks
It works, thank you!
Thank You! ❤️
If you want to clear cache from a specific database, you can run:
docker exec -it container-name redis-cli -n database-number flushdb
Thank you
👍
Thank You! ❤️ ❤️
If password required (otherwise you will get Authentication required
error) can just use this:
docker exec -it container-name redis-cli -a password FLUSHALL
THNK a lot
good
gracias !!
Teşekkürler bro!!
thank you!
Works, thanks! <3
Thanks!
Works, but also gives me a
failed to resize tty, using default size
warning.Better to use
-i
instead of-it
:
docker exec -i container-name redis-cli FLUSHALL
-it
parameter can be omitted:
docker exec container-name redis-cli FLUSHALL
Thank You
Thank you!
it works!!, thank you!!
Thank you!!
Thank you, It worked
docker exec -it container-id redis-cli -a password FLUSHALL
thank youu
Thank you! still thinking where is the react button :D
Works, thanks a lot!