Usage
Params
| Parameter | Type | Description | Default |
|---|---|---|---|
| host | str | Redis server host | ”localhost” |
| port | int | Redis server port | 6379 |
| db | int | Redis database number | 0 |
| password | Optional[str] | Redis password | None |
| prefix | str | Key prefix | ”durable_exec:“ |
Characteristics
- ⚡ Very fast in-memory performance
- ✅ Distributed architecture support
- ✅ Built-in TTL for automatic cleanup
- ✅ Scalable to millions of executions

