Struct redis_async::client::PubsubConnection [] [src]

pub struct PubsubConnection { /* fields omitted */ }

Methods

impl PubsubConnection
[src]

[src]

Subscribes to a particular PUBSUB topic.

Returns a future that resolves to a Stream that contains all the messages published on that particular topic.

Trait Implementations

impl Clone for PubsubConnection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more