/memcached

Experimentation with caching and Memcached

Primary LanguageC#

Memcached

Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

Find out more on their Wiki

##Setup for Windows user

  1. Download 32 bit or 64 bit binary from CouchBase blog
  2. Extract zip set Level Privilege to Run as an administrator on memcached.exe
  3. Open Command Prompt as an Administrator and run C:\yourmemcachedpath\memcached -d install
  4. Open the project and build it to download packages via Nuget