RedisPublish
Method Signature
RedisPublish(cacheName=[any], channel=[any], message=[any])Arguments
Argument
Type
Required
Description
Default
Examples
// Publish a simple message
var numSubscribers = RedisPublish(
cache = "myRedisCache",
channel = "notifications",
message = "System update in progress"
);
println( "Message published to " & numSubscribers & " subscribers" );Related
Last updated
Was this helpful?
