Struct memcache::Connection [] [src]

pub struct Connection { /* fields omitted */ }

The connection acts as a TCP connection to the memcached server

Methods

impl Connection
[src]

connect to the memcached server.

Example:

let _ = memcache::Connection::connect("localhost:12345").unwrap();

decrement the value of memcached

see: memcached decr

get the memcached server version

Trait Implementations

impl Debug for Connection
[src]

Formats the value using the given formatter.