This is a port of memcached to the win32 architecture by Kronuz
The 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 either 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
You can check the ChangeLog to see what's new.
- memcached 1.2.1 for Win32
- memcached 1.2.1 for Win32 source code (Dec 23, 2006)
- memcached 1.2.1 for Win32 binaries (Dec 23, 2006)
- patches to add support for Win32 to the code in the svn (Dec 23, 2006)
- memcached 1.2.0 for Win32
- memcached 1.2.0 for Win32 source code (Nov 23, 2006)
- memcached 1.2.0 for Win32 binaries (Nov 23, 2006)
- memcached 1.1.13-pre for Win32
- memcached 1.1.13 pre-release for Win32 source code (Jun 9, 2006)
- memcached 1.1.13 pre-release for Win32 binaries (Jun 9, 2006)
- memcached 1.1.12 for Win32
- memcached 1.1.12 for Win32 source code (March 31, 2006)
- memcached 1.1.12 for Win32 binaries (March 31, 2006)
- libevent 1.1a for Win32
- libevent 1.1a source code (March 29, 2006)
- libevent 1.1a library for MS Visual Studio (March 29, 2006)