mirror of
https://github.com/chevereto/docker.git
synced 2026-05-07 04:56:17 +02:00
12 lines
150 B
Markdown
12 lines
150 B
Markdown
# Redis
|
|
|
|
Manage the Redis cache.
|
|
|
|
## Redis flush
|
|
|
|
Flush the Redis cache for a specific `NAMESPACE`.
|
|
|
|
```sh
|
|
make redis-flush NAMESPACE=yourproject
|
|
```
|