removeJob: Remove Redis keys associated with one or more doRedis jobs

Description Usage Arguments Value

View source: R/doRedis.R

Description

Remove Redis keys associated with one or more doRedis jobs

Usage

1
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 jobs.

Value

NULL is invisibly returned; this function is used for its side effect–in particular, removing all Redis keys associated with the specified job.


bwlewis/doRedis documentation built on Sept. 4, 2021, 12:34 a.m.