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

Add some missing protocol commands

Open jd84 opened this issue 6 years ago • 0 comments

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 new feature and completed the test as you did @schickling. It would be awesome if you can review my pull request and merge it. If you merge it and release a new version on crates.io I'll drive the library to completion. There are more protocol commands that are not implemented yet.

If you've any suggestion, feel free to contact me.

jd84 avatar Sep 11 '19 12:09 jd84