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

View source: R/doRedis.R

removeJobR 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 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.


doRedis documentation built on May 2, 2023, 5:10 p.m.