Info
Version: | 0.7.5 |
Author(s): | Bjørn Bouet Smith |
Last Update: | Saturday, March 3, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://asyncmemcached.codeplex.com |
NuGet Url: | https://www.nuget.org/packages/Smith.AsyncMemcachedClient |
Install
Install-Package Smith.AsyncMemcachedClient
dotnet add package Smith.AsyncMemcachedClient
paket add Smith.AsyncMemcachedClient
Smith.AsyncMemcachedClient Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Built in performance counters so you can see how the memcached client is behaving on your machine and how many requests you are making.
Cache server monitoring is built in so cache servers are removed from the cluster if the stop responding and will be added automatically if they start responding again.
Performance are good, I have seen 50 threads doing more than 20k add operations per second against on server, using only 25 sockets.