Skip to main content
Core guides work with just the SDK and Redis. Server guides require the UpNext server — see Two ways to run.

Core

Run Services

Start workers, APIs, or both together.

Dedicated Workers

Isolate workloads with separate worker processes for different task types.

Submit & Wait

Submit tasks and handle results with Futures and TaskResults.

Parallel Execution

Run multiple tasks concurrently with gather, map, and race patterns.

Error Handling

Configure retries, handle timeouts, and manage failed jobs.

Server

Authentication

Secure a self-hosted server with one configured token and understand cloud auth.