Replies: 2 comments
-
I think you have many options but the fastest that comes into my mind is to use libvalkey which is a c client for valkey (much like hiredis) which you can link to your C++ application. |
Beta Was this translation helpful? Give feedback.
0 replies
-
take a look at the Boost.Redis library. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Loving this new tool but i am curious if anyone has an example of how to use this on client side on c++? im struggling to find how to connect to the server remotely from c++ as setting and getting.
Beta Was this translation helpful? Give feedback.
All reactions