How to use Redis within a C++ program?

前端 未结 9 1496
被撕碎了的回忆
被撕碎了的回忆 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:02

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

    This C++ client library is not maintained however as few people actually use C++ to communicate with Redis.

提交回复
热议问题