You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 7, 2019. It is now read-only.
Q. Which client to choose? A. Depends on the server.
If you are using the generic memcached (or derivative) server, your best option is the Enyim.Caching.MemcachedClient class. Download the latest Enyim.Memcached.version.zip and reference the Enyim.Caching.dll assembly.
If you're using Membase then the basic client will still work, but the Membase.MembaseClient will provide additional features (for example: automatic configuration). The MembaseClient is the preferred and supported way. Download the latest Membase.version.zip and reference the Enyim.Caching.dll & Membase.dll assemblies.