Remove Redis keys associated with one or more doRedis jobs
removeJob(job)
NULL
is invisibly returned; this function is used for its side effect--in particular, removing all Redis keys associated with the specified 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 jobs
.