This is libmemcached library with fixes for working on windows platform. To compile it you need to open vcxproj file in win32 folder and perform compilation (vs2015). You will get lib and dll files that you can use for linking with your msvc application libmemcached: So what is this? It is a library in C for connecting to memcached servers (http://danga.com/memcached/). It is also a collection of utilities designed to work with memcached. The project has information here: http://libmemcached.org/ Documentation can be found here: http://docs.libmemcached.org/
linuxsch/libmemcached-win
This is libmemcached library with fixes for working on windows platform. To compile it you need to open vcxproj file in win32 folder and perform compilation (vs2015). You will get lib and dll files that you can use for linking with your msvc application
C++NOASSERTION