haiku-atelier-2024/.ddev/commands/redis/redis-flush
2024-11-15 14:04:01 +01:00

7 lines
184 B
Bash
Executable file

#!/bin/sh
#ddev-generated
## Description: Run redis-cli inside the redis container
## Usage: redis-flush
## Example: "redis-flush"
redis-cli -a redis --no-auth-warning FLUSHALL ASYNC