Skip to content
This repository has been archived by the owner on Jul 7, 2019. It is now read-only.
enyim edited this page Aug 13, 2010 · 12 revisions

Which client to choose?

Generic Memcached

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 log4net.dll & Enyim.Caching.dll assemblies.

See also:

NorthScale specific client

If you're using either the [NorthScale Memcahed Server(http://northscale.com) or the NorthScale Membase Server then the basic client will still work, but the NorthScale.Store.NorthScaleClient will provide additional features (for example: automatic configuration).

Download the latest NorthScale.Store.version.zip and reference the log4net.dll, Enyim.Caching.dll & NorthScale.Store.dll assemblies.

See also:

Clone this wiki locally