Build a KV-backed RateLimitStore. kv is the namespace, or a getter (lazy — capture the binding on first request). Falls open to opts.fallback (default a per-instance memory store) when KV is absent or errors.
kv
opts.fallback
Build a KV-backed RateLimitStore.
kvis the namespace, or a getter (lazy — capture the binding on first request). Falls open toopts.fallback(default a per-instance memory store) when KV is absent or errors.