beanstalkd-cli Build Status

Simple to use commandline tool for Beanstalkd

Download

You can download a prebuilt binary here.

Usage

``` Beanstalkd CLI

Usage: beanstalkd-cli [options] put beanstalkd-cli [options] pop beanstalkd-cli [options] monitor beanstalkd-cli [options] stats [] beanstalkd-cli [(--help | --version)]

Commands: put Writes a message to the queue pop Removes and prints the next message in the queue monitor Live monitoring of the queue stats [] Prints all stats or stats for a specific key

Options: -h, --host= Hostname of the beanstalkd server [default: localhost] -p, --port= Port of the beanstalkd server [default: 11300] --help Display this message -v, --version Print version info and exit ```

Development

This CLI tool in written in Rust and based on the rust-beanstalkd library.