actionhero
Preparing search index...
task
delQueue
Function delQueue
delQueue
(
q
:
string
)
:
Promise
<
void
>
Delete a queue in redis, and all jobs stored on it. Will throw an error if redis cannot be reached.
Parameters
q
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
actionhero
Loading...
Delete a queue in redis, and all jobs stored on it. Will throw an error if redis cannot be reached.