Trait redis_cluster_async::Connect[][src]

pub trait Connect: Sized {
    fn connect<'a, T>(info: T) -> RedisFuture<'a, Self>
    where
        T: IntoConnectionInfo + Send + 'a
; }

Required methods

fn connect<'a, T>(info: T) -> RedisFuture<'a, Self> where
    T: IntoConnectionInfo + Send + 'a, 
[src]

Loading content...

Implementations on Foreign Types

impl Connect for MultiplexedConnection[src]

fn connect<'a, T>(info: T) -> RedisFuture<'a, MultiplexedConnection> where
    T: IntoConnectionInfo + Send + 'a, 
[src]

Loading content...

Implementors

Loading content...