The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

resque-queue - CLI to examine and delete queues

VERSION

version 0.34

SYNOPSIS

Show all queues:

    resque-tool --show

Show all queues in verbose mode (with sizes):

    resque-tool --show --verbose

Create named queue(s):

    resque-tool --create queuename

Delete named queue(s):

    resque-tool --delete queuename

See --help option to see all options:

    resque-tool --help

AUTHOR

Diego Kuperman <diego@freekeylabs.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Diego Kuperman.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.