NWNX:EE  8193.37.14
nwnx_redis_ps.nss
Go to the documentation of this file.
1 
8  string channel;
9  string message;
10 };
11 
15 {
17  NWNXCall("NWNX_Redis", "GetPubSubData");
18  ret.message = NWNXPopString();
19  ret.channel = NWNXPopString();
20  return ret;
21 }
struct NWNX_Redis_PubSubMessageData NWNX_Redis_GetPubSubMessageData()
Get a PUBSUB message.
A redis PUBSUB message.
string message
The message.
string channel
The channel.