RedisPubSub

Undocumented in source.

Members

Functions

getSubscribedChannels
int getSubscribedChannels()
Undocumented in source. Be warned that the author may not have intended to support it.
isSubscribed
bool isSubscribed()
Undocumented in source. Be warned that the author may not have intended to support it.
onMessage
void onMessage(string channel, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
onPMessage
void onPMessage(string pattern, string channel, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
onPSubscribe
void onPSubscribe(string pattern, int subscribedChannels)
Undocumented in source. Be warned that the author may not have intended to support it.
onPUnsubscribe
void onPUnsubscribe(string pattern, int subscribedChannels)
Undocumented in source. Be warned that the author may not have intended to support it.
onPong
void onPong(string pattern)
Undocumented in source. Be warned that the author may not have intended to support it.
onSubscribe
void onSubscribe(string channel, int subscribedChannels)
Undocumented in source. Be warned that the author may not have intended to support it.
onUnsubscribe
void onUnsubscribe(string channel, int subscribedChannels)
Undocumented in source. Be warned that the author may not have intended to support it.
ping
void ping()
Undocumented in source. Be warned that the author may not have intended to support it.
proceed
void proceed(Client client, string[] channels)
Undocumented in source. Be warned that the author may not have intended to support it.
proceedWithPatterns
void proceedWithPatterns(Client client, string[] patterns)
Undocumented in source. Be warned that the author may not have intended to support it.
psubscribe
void psubscribe(string[] patterns)
Undocumented in source. Be warned that the author may not have intended to support it.
punsubscribe
void punsubscribe()
Undocumented in source. Be warned that the author may not have intended to support it.
punsubscribe
void punsubscribe(string[] patterns)
Undocumented in source. Be warned that the author may not have intended to support it.
subscribe
void subscribe(string[] channels)
Undocumented in source. Be warned that the author may not have intended to support it.
unsubscribe
void unsubscribe()
Undocumented in source. Be warned that the author may not have intended to support it.
unsubscribe
void unsubscribe(string[] channels)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta