1. 在网上下载memcached-1.2.1-win32.zip。解压放某个盘下面,比如在D:\memcached
2. 在终端(cmd)下:(管理员权限打开CMD!!!!!)
memcached.exe -d install 安装
memcached.exe -d uninstall 卸载
memcached.exe -d start 启动
memcached.exe -d stop 停止
memcached.exe -h 获取所有帮助
3. 在启动之后连接: telnet 127.0.0.1 11211 --连接memcache端口11211 使用quit退出
PS: 如果没有telnet工具请在“windows功能”中选择开启“telnet客户端”
原文地址:https://www.cnblogs.com/JiangDakang/p/9356328.html
时间: 2024-11-08 21:46:13