How to retrieve connection information from memcached.
printf "stats\nquit\n" | nc 127.0.0.1 $MEMCACHED_PORT | grep connection
How to retrieve connection information from memcached.
printf "stats\nquit\n" | nc 127.0.0.1 $MEMCACHED_PORT | grep connection