C++ api for memcache

流过昼夜 提交于 2020-01-04 02:39:07

问题


I need to acccess memcache from my C++ application. In oerder to avoid reinventing the engine, I have been searching for existing libraries. Suprisingly, there are very few of them around (for the most part, interfacing is done in C not C++).

However, I have found two - both of which have very early version numbers, and appear to be "dead" projects (development appears to have ceased.

a. libmemcache-1.40.rc2 b. memcachedpp-0.1

I have a few questions:

  1. Is anyone outhere aware of a good/reliable C++ memcache library?
  2. Has anyone used any of the above libraries - if yes, which one would they recommend and why?

回答1:


I've used this http://libmemcached.org/libMemcached.html and I recommend it



来源:https://stackoverflow.com/questions/2064188/c-api-for-memcache

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!