Hello,
I have a specific problem. I need not only to emit events but listen to them too. Kind of a bot that joins some rooms and gets all the messages from there.
On the one hand, I can use the client library, but I would prefer to use just bare redis for both emitting and listening, as not to overengineer my system.
Is there a way to do it?
Hello,
I have a specific problem. I need not only to emit events but listen to them too. Kind of a bot that joins some rooms and gets all the messages from there.
On the one hand, I can use the client library, but I would prefer to use just bare redis for both emitting and listening, as not to overengineer my system.
Is there a way to do it?