Storage
Table of Contents
Interfaces
- IRateLimitStorage
- Interface for rate limit storage implementations.
Classes
- FileRateLimitStorage
- File-based rate limit storage for simple deployments.
- MemoryRateLimitStorage
- In-memory rate limit storage for testing.
- RateLimitStorageFactory
- Factory for creating rate limit storage instances.
- RedisRateLimitStorage
- Redis-based rate limit storage for production use.