python 安装 memcache
方式一:
python3 -m pip install python-memcached
方式二:
pip3 install python-memcached
方式三:
tar zxf python-memcached-1.58.tar.gz
cd python-memcached-1.58
python3 setup.py install
UnixFBI 运维特工
www.unixfbi.com
方式一:
python3 -m pip install python-memcached
方式二:
pip3 install python-memcached
方式三:
tar zxf python-memcached-1.58.tar.gz
cd python-memcached-1.58
python3 setup.py install