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.
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