wingunder/redis-plus-plus-modules

Add support for RediSearch

Opened this issue · 1 comments

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

Hi @sewenew,

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

Regards