查看memcached运行状态
启动:./memcached -d -vv -m 2048 -l xx.xx.xx.xx -p 11811 -u root>> /tmp/memcached.log 2>&1
命令查看memcached中的列表数据:https://blog.csdn.net/bjnihao/article/details/53097160
如何查看你的 memcached 的状态:https://www.cnblogs.com/smallrookie/p/5776565.html