RedisPublisher
@rotorsoft/act-root / act-notify / RedisPublisher
Type Alias: RedisPublisher
RedisPublisher =
object
Defined in: libs/act-notify/src/redis.ts:15
The publishing side of a node-redis(v4+)-shaped client.
Methodsโ
publish()โ
publish(
channel,message):Promise<unknown>
Defined in: libs/act-notify/src/redis.ts:16
Parametersโ
channelโ
string
messageโ
string
Returnsโ
Promise<unknown>