mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
5 lines
85 B
Bash
5 lines
85 B
Bash
|
while true; do
|
||
|
seq 0 8 \
|
||
|
| xargs -I% redis-cli -p 700% FLUSHALL > /dev/null
|
||
|
done
|