sewenew / redis-plus-plus

Redis client written in C++
Apache License 2.0
1.6k stars 347 forks source link

Support of Redis modules[QUESTION] #481

Closed georgasa closed 1 year ago

georgasa commented 1 year ago

Hi!

Do you support Redis modules (custom commands)? Is it covered by the generic command interface? https://github.com/sewenew/redis-plus-plus#generic-command-interface

Thank you!

sewenew commented 1 year ago

Yes, you can use generic command interface to send custom commands for Redis Modules. Also there's a redis-plus-plus-modules lib for Redis modules. Check this for detail.

Regards