Files
Docker-Chevereto/docs/REDIS.md
Rodolfo Berrios cdac5f7b44 close #88
2025-08-28 11:01:41 -04:00

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
```