1、windows下的安装
(1)下载memcached服务器端软件
- 32位系统 1.2.5版本:http://static.runoob.com/download/memcached-1.2.5-win32-bin.zip
- 32位系统 1.2.6版本:http://static.runoob.com/download/memcached-1.2.6-win32-bin.zip
- 32位系统 1.4.4版本:http://static.runoob.com/download/memcached-win32-1.4.4-14.zip
- 64位系统 1.4.4版本:http://static.runoob.com/download/memcached-win64-1.4.4-14.zip
- 32位系统 1.4.5版本:http://static.runoob.com/download/memcached-1.4.5-x86.zip
- 64位系统 1.4.5版本:http://static.runoob.com/download/memcached-1.4.5-amd64.zip
(2)安装
memcached <1.4.5 版本安装
打开 cmd 进入 zip解压后的文件目录
c:\memcached\memcached.exe -d install
(3) Java操作
下载 java_memcached-release_2.6.6.zip 下载路径 https://github.com/gwhalin/Memcached-Java-Client/downloads
eclipse中添加解压包中jar包 具体可参考
https://blog.youkuaiyun.com/sonnet123/article/details/9136123