2024-11-14

This commit is contained in:
gcch 2024-11-14 09:11:46 +01:00
commit a41cd27833
244 changed files with 17423 additions and 740 deletions

View file

@ -0,0 +1,7 @@
#!/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