mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-21 01:54:23 +00:00
4 lines
91 B
Plaintext
4 lines
91 B
Plaintext
# Ensure that memcached has nothing cached.
|
|
|
|
SCRIPT=echo flush_all | nc -N 127.0.0.1 11211
|