Crates.io | beanstalkd-cli |
lib.rs | beanstalkd-cli |
version | 0.4.0 |
source | src |
created_at | 2015-01-22 13:25:01.65196 |
updated_at | 2018-05-31 11:12:38.420314 |
description | Command line Beanstalkd tool |
homepage | https://github.com/schickling/beanstalkd-cli |
repository | https://github.com/schickling/beanstalkd-cli |
max_upload_size | |
id | 853 |
size | 20,574 |
Simple to use commandline tool for Beanstalkd
You can download a prebuilt binary here.
Beanstalkd CLI
Usage:
beanstalkd-cli [options] put <message>
beanstalkd-cli [options] pop
beanstalkd-cli [options] monitor
beanstalkd-cli [options] stats [<key>]
beanstalkd-cli [(--help | --version)]
Commands:
put <messsage> Writes a message to the queue
pop Removes and prints the next message in the queue
monitor Live monitoring of the queue
stats [<key>] Prints all stats or stats for a specific key
Options:
-h, --host=<host> Hostname of the beanstalkd server [default: localhost]
-p, --port=<port> Port of the beanstalkd server [default: 11300]
--help Display this message
-v, --version Print version info and exit
This CLI tool in written in Rust and based on the rust-beanstalkd library.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.