Struct td_rredis::Cluster [] [src]

pub struct Cluster { /* fields omitted */ }

Methods

impl Cluster
[src]

Returns a PubSub connection. A pubsub connection can be used to listen to messages coming in through the redis publish/subscribe system.

Note that redis' pubsub operates across all databases.