Skip to content
This repository has been archived by the owner on Jul 7, 2019. It is now read-only.
robertmircea edited this page Feb 22, 2011 · 12 revisions

Table of Contents


FAQ

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.

Clone this wiki locally