This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
5a5934a76f
zulip
/
scripts
/
setup
/
flush-memcached
7 lines
96 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env bash
set
-e
set
-x
# Flush memcached
echo
'flush_all'
|
nc -w
1
localhost
11211
Reference in New Issue
View Git Blame
Copy Permalink