I need to do something when client "publish" or "subscribe" a channel. There is "RedisModule_PublishMessage" in Redis Module API reference document. But I didn't see "subscribeMessage". Is there any API to implement "subscribe" in module?
Comment From: zuiderkwast
Nope, but it's wanted. See #7298.