View Source API Reference eredis_sub v0.1.0
Modules
Publishes binary messages to Redis Pub/Sub channels. Subscribes to channels and calls a handler function when a message is received.
Behaviour for handling messages received from Redis.
Holds internal state for EredisSub
, which are: a connection to publish,
a connection to subscribe and a map of subscriptions.