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客戶端」