How to use Redis within a C++ program?

前端 未结 9 1417
被撕碎了的回忆
被撕碎了的回忆 2020-12-15 06:48

What would be the best way to use a Redis DB within a C++ program?

9条回答
  •  时光取名叫无心
    2020-12-15 07:21

    I have forked the fictorial redis-cplusplus-client, made it compatible to redis-server v2.0, added missing api calls and implemented consistent hashing. There is also an early state of high level classes that will be useable like stl types in the near future (shared_string, shared_int, shared_set, ...). Nothing is production ready yet but the provided tests are succesfully running :-)

    http://github.com/mrpi/redis-cplusplus-client

提交回复
热议问题