byond - Modules - TypesVar Details - Proc Details

Redis callbacks

This datum is used for assigning callbacks that run when a message is received on a specific channel. Subtypes of this are automatically registered in SSredis initialization

Vars

channelredis channel that this callback subscribes to

Procs

on_messageThis proc is run when a message is received on the callback's channel. Must be overwritten.

Var Details

channel

redis channel that this callback subscribes to

Proc Details

on_message

This proc is run when a message is received on the callback's channel. Must be overwritten.

Arguments: