wingunder / redis-plus-plus-modules

This library aims to supply a C++ interface to all major/popular Redis modules.
Other
15 stars 3 forks source link

Add support for RediSearch #4

Open sewenew opened 2 years ago

sewenew commented 2 years ago

Hi @wingunder ,

RediSearch is a quite popular Redis module. However, there's no built-in C++ client for it. Although users can use Redis-plus-plus' generic command interface to parse the response, it's still not very user friendly. Take this for an example.

I think you can add support for it in the future, and put redis-plus-plus-modules to the client lists.

Regards

wingunder commented 2 years ago

Hi @sewenew,

Thanks for your suggestion. I'll put this on top of my TODO list for redis-plus-plus-modules.

Regards