mirror of
https://github.com/zulip/zulip.git
synced 2025-10-27 18:13:58 +00:00
7 lines
118 B
Bash
Executable File
7 lines
118 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
# Flush memcached
|
|
echo "Flushing memcached..."
|
|
echo 'flush_all' | nc -w 1 localhost 11211
|