How to use Redis within a C++ program?

c++, database, redis

Solution

Using a C bindings library? There doesn't seem to be a C++ wrapper available anywhere.

Problem

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

Original source