How to use Redis within a C++ program?(如何在 C++ 程序中使用 Redis?)
问题描述
在 C++ 程序中使用 Redis 数据库的最佳方式是什么?
What would be the best way to use a Redis DB within a C++ program?
推荐答案
使用 C 绑定>图书馆?似乎在任何地方都没有可用的 C++ 包装器.
Using a C bindings library? There doesn't seem to be a C++ wrapper available anywhere.
这篇关于如何在 C++ 程序中使用 Redis?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!