Files
zopu-code/repos/effect/.changeset/fix-ratelimiter-tokenbucket-redis-ttl.md

6 lines
202 B
Markdown

---
"effect": patch
---
Fix the Redis `RateLimiterStore` token-bucket failing with opaque errors under memory pressure: it now writes its keys with a TTL and guards against a missing refill timestamp.