0.9.0 • Published 10 years ago

dq-cli v0.9.0

Weekly downloads
22
License
MIT
Repository
github
Last release
10 years ago

dq-cli

Command line tools to interface with Redis priority queues created by dq.

js-standard-style

Install

npm install --g dq-cli

Usage

dq-import

Usage: dq-import [options]

Options:

  -h, --help                  output usage information
  -V, --version               output the version number
  -h, --host [host]           host of redis server, the default is localhost
  -a, --auth [password]       password of redis server
  -p, --port [number]         port of redis server, the default is 6379
  -q, --queue [queueName]     name of the queue
  -s, --shuffle               insert in random order

Examples:

$ cat my_data_set.txt | dq-import --queue mydataset

or..

$ dq-import --queue mydataset --file my_data_set.txt

dq-export

Usage: dq-export [options]

Options:

  -h, --help                  output usage information
  -V, --version               output the version number
  -h, --host [host]           host of redis server, the default is localhost
  -a, --auth [password]       password of redis server
  -p, --port [number]         port of redis server, the default is 6379
  -q, --queue [queueName]     name of the queue

Examples:

$ dq-export --queue mydataset > my_data_set.txt

or..

$ dq-export --queue mydataset --file my_data_set.txt

License

MIT

0.9.0

10 years ago

0.8.0

10 years ago

0.7.0

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago