commits in the last year
Don't waste time on Stripe subscriptions or designing a pricing section. Get started today with our battle-tested stack and built-in monetization features.
Get Lifetime Access
515 commits in the last year
© 2025 Dirstarter. All rights reserved.
Use any Redis provider with automatic in-memory fallback
We've improved the rate limiting system to be more flexible and easier to set up.
REDIS_URL environment variable instead of separate URL and tokenconfig/rate-limit.ts for easy customizationThe environment variables have changed:
- REDIS_REST_URL=""
- REDIS_REST_TOKEN=""
+ REDIS_URL="redis://[username:password@]host:port"Check the updated Rate Limiting documentation for the new setup instructions.