下载:

       Win7 64bit 系统 下载过过很多版本,都无法安装,最后到这里下载,成功安装:

http://blog.couchbase.com/memcached-windows-64-bit-pre-release-available

 

 安装   D:/memcached /memcached.exe -d install
 启动   D:/memcached /memcached.exe -d start

查看Memcache的windows服务是否开启:

【Memcache】下载和安装

 

其他常用命令 
    -p 监听的端口
    -l 连接的IP地址, 默认是本机
    -d start 启动memcached服务
    -d restart 重起memcached服务
    -d stop|shutdown 关闭正在运行的memcached服务
    -d install 安装memcached服务
    -d uninstall 卸载memcached服务
    -u 以的身份运行 (仅在以root运行的时候有效)
    -m 最大内存使用,单位MB。默认64MB
    -M 内存耗尽时返回错误,而不是删除项
    -c 最大同时连接数,默认是1024
    -f 块大小增长因子,默认是1.25
    -n 最小分配空间,key+value+flags默认是48
    -h 显示帮助   

 

 

 

相关文章:

  • 2021-11-08
  • 2021-10-04
  • 2021-10-29
  • 2021-09-04
  • 2021-06-25
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
  • 2021-07-24
  • 2022-12-23
  • 2021-08-30
  • 2021-04-10
相关资源
相似解决方案