tinyredis.subscriber

Utilities for Redis Pub/Sub model

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

See Also

Meta

Authors

Ali Çehreli, acehreli@yahoo.com