1
0
Fork
You've already forked MemcachedService64
0
Windows Service wrapper for memcached 64 bits https://blog.eric-bml.net/dev/service-memcached-pour-windows-x64/
  • C# 100%
Find a file
2013年04月13日 18:54:22 +02:00
packages Release 1.0 2012年09月29日 17:23:56 +02:00
Properties Version 1.0.2.0 for last merge 2013年04月13日 18:54:22 +02:00
Resources Release 1.0 2012年09月29日 17:23:56 +02:00
Service Fix options parsing for service startup. 2013年04月12日 01:04:00 -03:00
.gitattributes Release 1.0 2012年09月29日 17:23:56 +02:00
.gitignore Release 1.0 2012年09月29日 17:23:56 +02:00
App.config Release 1.0 2012年09月29日 17:23:56 +02:00
AppSettings.cs Release 1.0 2012年09月29日 17:23:56 +02:00
LisezMoi.txt minor update 2012年10月05日 23:18:38 +02:00
Memcached.cs Bug resolved 2012年11月23日 18:02:42 +01:00
MemcachedService64.csproj Release 1.0 2012年09月29日 17:23:56 +02:00
MemcachedService64.sln Release 1.0 2012年09月29日 17:23:56 +02:00
NativeMethods.cs Release 1.0 2012年09月29日 17:23:56 +02:00
NLog.config Release 1.0 2012年09月29日 17:23:56 +02:00
Options.cs Release 1.0 2012年09月29日 17:23:56 +02:00
packages.config Release 1.0 2012年09月29日 17:23:56 +02:00
Program.cs Release 1.0 2012年09月29日 17:23:56 +02:00
readme.md minor update 2012年10月05日 23:18:38 +02:00

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

See also