future.redis: future.redis: An elastic distributed computing backend for...

future.redisR Documentation

future.redis: An elastic distributed computing backend for the future package.

Description

The future.redis package implements the Future API using the Redis key/value database to define partially fault-tolerant task queues for elastic distributed computing.

Examples


if (redux::redis_available()) {
## The example assumes that a Redis server is running on the local host
## and standard port.
plan(redis)
startLocalWorkers(2, linger=1)
demo("mandelbrot", package = "future", ask = FALSE)
removeQ()
}



bwlewis/future.redis documentation built on May 12, 2023, 1:52 a.m.