rust-beanstalkd icon indicating copy to clipboard operation
rust-beanstalkd copied to clipboard

Easy-to-use beanstalkd client for Rust (IronMQ compatible)

Results 4 rust-beanstalkd issues
Sort by recently updated
recently updated
newest added

Adds the ability to send the peek command. Also fixes a small depreciation error

Just wanted to check if this repo is still active. I see some PR's that are not merged yet, and I wanted to extend the client with `async`. But before...

I added some missing protocol commands: * reserve with timeout * bury * touch * release All changes I made are backwards compatible. I added also an example for any...

Changes to be committed: modified: src/beanstalkd.rs modified: src/commands.rs modified: src/request.rs modified: src/response.rs For our team need timeout.