Struct tk_redis::Connection [] [src]

pub struct Connection { /* fields omitted */ }

Methods

impl Connection
[src]

Execute a single redis command and get its result value

Execute a series of redis commands and get back the results all at once

Trait Implementations

impl Drop for Connection
[src]

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