Auth state, API tokens, and rate-limit counters
Web session and token lookup
Backend services often map session IDs or tokens to user metadata in fast key-value stores.
Why this structure fits
The workload is dominated by exact lookups on opaque identifiers.
