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()
)

Arguments

queue

Redis key name of the task queue (Redis list)

config

A redux::redis_config Redis configuration object.

Value

NULL is silently returned (this function is evaluated for the side-effect of altering Redis state).