Struct redis::async::SharedConnection[][src]

pub struct SharedConnection { /* fields omitted */ }

Methods

impl SharedConnection
[src]

Trait Implementations

impl Clone for SharedConnection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ConnectionLike for SharedConnection
[src]

Sends an already encoded (packed) command into the TCP socket and reads the single response from it. Read more

Sends multiple already encoded (packed) command into the TCP socket and reads count responses from it. This is used to implement pipelining. Read more

Returns the database this connection is bound to. Note that this information might be unreliable because it's initially cached and also might be incorrect if the connection like object is not actually connected. Read more

Auto Trait Implementations