Struct hiredis::Context [] [src]

pub struct Context { /* fields omitted */ }

A context.

Methods

impl Context
[src]

Create a context by establishing connection to a server.

Issue a command.

Reconnect to the server.

Trait Implementations

impl Drop for Context
[src]

A method called when the value goes out of scope. Read more