Clear Cache Command For Redis with Docker

Redis Command:

redis-cli flushall
Code language: Bash (bash)

In a Docker Container:

docker_compose exec -T redis redis-cli flushall
Code language: Bash (bash)

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *