removeJob {doRedis} | R Documentation |
Remove Redis keys associated with one or more doRedis jobs
Description
Remove Redis keys associated with one or more doRedis jobs
Usage
removeJob(job)
Arguments
job |
Either a named character vector with "queue" and "id" entries corresponding to a doRedis
job queue and job id, or a list with equal-length "queue" and "id" entries, or a data frame with
"queue" and "id" entries, for example as returned by |
Value
NULL
is invisibly returned; this function is used for its side effect–in particular, removing all Redis keys associated with the specified job.
[Package doRedis version 3.0.2 Index]