Redis Message Event - get redis channel (Expression) — SkRedis

Addon: SkRedis · Category: Expression · Since: 1.0.0

Syntax

redis channel

Description

Returns the channel name of the Redis message event. This can only be used in the Redis Message Event.

Examples

on redis message:
	set {_channel} to redis channel
	broadcast "Got message from channel %{_channel}%"

View source