标题: memcached for Windows [打印本页] 作者: luinstein 时间: 2012-12-15 22:17 标题: memcached for Windows This is a port of memcached to the win32 architecture by Kenneth Dalgleish, based on Kronuz's 1.2.1 port. This port is not supported by the official memcached team. InstallThe win32 version of memcached can be run both as a NT Service or from the command line.To install memcached as a service, follow the next steps:
Unzip the binaries in your desired directory (eg. c:\memcached)
Install the service using the command: 'c:\memcached\memcached.exe -d install' from the command line
Start the server from the Microsoft Management Console or by running the following command: 'c:\memcached\memcached.exe -d start'
Use the server, by default listening to port 11211