Skip to main content

Redis

Key-value storage, caching, and counters via Redis. Natural pairing with the @agentium/queue package (BullMQ/Redis).
Requires the ioredis peer dependency.

Quick Start


Config

string
default:"redis://localhost:6379"
Redis connection URL. Falls back to REDIS_URL env var.
string
Namespace prefix prepended to all keys (e.g. myapp: makes key foo into myapp:foo).
number
default:"100"
Max keys to return in list operations.

Tools


Peer Dependency


Environment Variables