[][src]Trait redis_cluster_async::Connect

pub trait Connect {
    fn connect<T>(info: T) -> RedisFuture<Self>
    where
        T: IntoConnectionInfo
; }

Required methods

fn connect<T>(info: T) -> RedisFuture<Self> where
    T: IntoConnectionInfo

Loading content...

Implementations on Foreign Types

impl Connect for SharedConnection[src]

Loading content...

Implementors

Loading content...