Closed
Description
Exploring PyrateLimiter and I'm stumbling a bit on the documentation to understand when Async is supported. It's probably my ignorance of the project but it appears that in order to use Async with PyrateLimiter I must be using Redis as the backend?
If it's accurate to say a Redis backend is needed for Async functionality I think it would be worth modifying the 'Key Concepts' section to reference the need for a Redis Backend:
Handles async/sync context seamlessly (everything just works by adding/removing async/await keyword to the user's code)
Additionally the documentation for backends lists InMemory doesn't support async, Redis does, and SQLite and Postgres do not mention whether they support async or not.
Metadata
Metadata
Assignees
Labels
No labels