This repository was archived by the owner on Mar 28, 2024. It is now read-only.
LynxLine/libmemcached-win
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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/