Redis Pub/Sub - send custom redis message (Effect) — SkRedis
Addon: SkRedis · Category: Effect · Since: 2.0.0
Syntax
send custom redis message %string% to [channel] %string%Description
Sends a custom message to a specific channel in Redis. The message has to be a valid JSON string. If not, the message will not be sent and a warning will be printed in the console.
Examples
send custom redis message "{""foo"": ""bar""}" to channel "cool-channel"