Documentation Index
Fetch the complete documentation index at: https://docs.dhal.rokad.co/llms.txt
Use this file to discover all available pages before exploring further.
Redis and Valkey
Use Redis or Valkey-compatible infrastructure for distributed state.Rate-limit store
Signal store
When Redis is required
Use Redis/Valkey when:- you run multiple app instances;
- serverless instances scale horizontally;
- credential-stuffing signals must be shared across workers;
- rate limits must be consistent across pods.