https://github.com/schickling/beanstalkd-cli
Simple to use commandline tool for Beanstalkd
https://github.com/schickling/beanstalkd-cli
Last synced: about 1 year ago
JSON representation
Simple to use commandline tool for Beanstalkd
- Host: GitHub
- URL: https://github.com/schickling/beanstalkd-cli
- Owner: schickling
- License: apache-2.0
- Created: 2015-01-22T09:47:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-08-20T07:41:33.000Z (almost 4 years ago)
- Last Synced: 2025-06-29T15:39:53.146Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 29.3 KB
- Stars: 71
- Watchers: 3
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# beanstalkd-cli [](https://travis-ci.org/schickling/beanstalkd-cli)
Simple to use commandline tool for [Beanstalkd](https://github.com/kr/beanstalkd)
## Download
You can download a prebuilt binary [here](https://github.com/schickling/beanstalkd-cli/releases).
## 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](https://github.com/schickling/rust-beanstalkd).
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution
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.