removeQ.Rd
Redis keys beginning with the queue
name are removed.
Removing the work queue signals to local and remote R workers to exit.
removeQ(
queue = getOption("future.redis.queue", "{{session}}"),
config = redis_config()
)
Redis key name of the task queue (Redis list)
A redux::redis_config Redis configuration object.
NULL is silently returned (this function is evaluated for the side-effect of altering Redis state).