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
8181a0423f
zulip
/
scripts
/
setup
/
flush-memcached
5 lines
71 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh -xe
# Flush memcached
echo
'flush_all'
|
nc localhost
11211
Reference in New Issue
View Git Blame
Copy Permalink