Struct beanstalkd::Beanstalkd [] [src]

pub struct Beanstalkd { /* fields omitted */ }

Methods

impl Beanstalkd
[src]

[src]

Connect to a running beanstalkd server

Example: let mut beanstalkd = Beanstalkd::connect('localhost', 11300).unwrap();

[src]

Short hand method to connect to localhost:11300

[src]

Change the tube where put new messages (Standard tube is called default)

[src]

Inserts a job into the client's currently used tube

[src]

Get the next message out of the queue

[src]

Deletes a message out of the queue

[src]

Returns all available stats

[src]

[src]

Trait Implementations

Auto Trait Implementations

impl Send for Beanstalkd

impl Sync for Beanstalkd