Windows Service wrapper for memcached 64 bits
https://blog.eric-bml.net/dev/service-memcached-pour-windows-x64/
- C# 100%
| packages | Release 1.0 | |
| Properties | Version 1.0.2.0 for last merge | |
| Resources | Release 1.0 | |
| Service | Fix options parsing for service startup. | |
| .gitattributes | Release 1.0 | |
| .gitignore | Release 1.0 | |
| App.config | Release 1.0 | |
| AppSettings.cs | Release 1.0 | |
| LisezMoi.txt | minor update | |
| Memcached.cs | Bug resolved | |
| MemcachedService64.csproj | Release 1.0 | |
| MemcachedService64.sln | Release 1.0 | |
| NativeMethods.cs | Release 1.0 | |
| NLog.config | Release 1.0 | |
| Options.cs | Release 1.0 | |
| packages.config | Release 1.0 | |
| Program.cs | Release 1.0 | |
| readme.md | minor update | |
Wrapper for memcached 64 bits
Usable as a service and console program (for diagnostics).
Parameters are passed to memcached through the configuration file (app.config).
Logs and console output are managed with NLog (NLog.config).
Service install / uninstall
MemcachedService64.exe --install
MemcachedService64.exe --uninstall
Memcached options
http://hpux.connect.org.uk/hppd/hpux/Misc/memcached-1.4.5/man.html
Based on version 1.4.5
- binary: http://downloads.northscale.com/memcached-1.4.5-amd64.zip
- found through: http://blog.elijaa.org/index.php?post/2010/08/25/Memcached-1.4.5-for-Windows