const listeners = await redis.publish("my-channel", "my-message");
Publish a message to a channel
Was this page helpful?