4 个版本 (破坏性更新)
使用旧的 Rust 2015
0.4.0 | 2018年5月31日 |
---|---|
0.3.0 | 2015年2月23日 |
0.1.0 | 2015年1月22日 |
0.0.1 | 2015年1月22日 |
#2 in #beanstalkd
8KB
139 行
beanstalkd-cli
简单易用的 Beanstalkd 命令行工具
下载
您可以从这里下载预构建的二进制文件:此处.
用法
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
开发
此 CLI 工具是用 Rust 编写的,基于 rust-beanstalkd 库。
许可证
许可证为以下之一:
- Apache 许可证 2.0 版,(LICENSE-APACHE 或 http://www.apache.org/licenses/LICENSE-2.0)
- MIT 许可证 (LICENSE-MIT 或 http://opensource.org/licenses/MIT)
任选其一。
贡献
除非您明确声明,否则您提交的任何贡献,根据 Apache-2.0 许可证的定义,都将如上双许可,不附加任何额外条款或条件。
依赖项
~3.5–5.5MB
~94K SLoC