Setup
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
host | string | "localhost" | Redis host |
port | number | 6379 | Redis port |
password | string | — | Redis password |
db | number | 0 | Redis database number |
url | string | — | Full Redis URL |
keyPrefix | string | "radaros" | Key prefix for namespacing |
ttl | number | — | TTL in seconds (optional) |
{prefix}:{namespace}:{key} with JSON-serialized values.