redis.subscriber

Undocumented in source.

Public Imports

redis
public import redis;

Members

Aliases

Callback
alias Callback = void delegate(string channel, string message)
Undocumented in source.
PCallback
alias PCallback = void delegate(string pattern, string channel, string message)
Undocumented in source.

Classes

Subscriber
class Subscriber
Undocumented in source.

Functions

isType
bool isType(Response r)

Whether a response is of a particular message type

Meta