Skip to content
This repository has been archived by the owner on Jul 7, 2019. It is now read-only.

enyim/EnyimMemcached

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This project is archived

Further development is happening at https://github.com/enyim/Memcached2


Enyim Memcached Client

This is a .NET client library for memcached written in C#. There is also a client for Membase's persistent memcached server.

Features:

  • Understands both the binary and text protocols
  • Highly configurable and extendable (custom configuration, serialization)
  • Supports consistent hashing
  • CheckAndSet operations
  • Persistent connections for more speed
  • SASL Authentication

Requirements

You'll need .NET Framework 3.5 or later to use the precompiled binaries. To build client, you'll need Visual Studio 2010.

Bugs and features

If you found any issues with the client, please submit a bug report at the Issue Tracker. Please include the following:

  • The version of the client you are using
  • The relevant configuration section from your app/web.config
  • How to reproduce the issue (either a step-by-step description or a small test application)
  • Expected result

If you'd like to add a feature request please add some details how it is supposed to work.

Patches

The best bug reports come with a patch: fork the code on GitHub, then send a pull request so the fixes can be included in the next version.

Questions?

First, have a look at the wiki. If you still have questions, please feel free to ask them on the mailing list, which can be found at: http://groups.google.com/group/enyim-memcached/