-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for aioredis #55
Comments
@thearchitector thanks for opening this issue. I think it relates to #3 |
@laurentS cool! if you cannot manage to get your PR merged, and its been a year so that might not be likely, another option would just be to just include that custom storage backend here or via a different package? |
@laurentS hey, i threw together a draft PR for migrating the library over to async/await. Obviously there's a note about the decorator wrapper that may be a bit contentious, so let me know what you think. in the future, hopefully whenever |
@laurentS @thearchitector what is the current status? |
Since FastAPI and Starlette are ASGI and are built on
asyncio
, it would be nice for slowapi to supportaioredis
as a storage backend. I imagine that it might require some playing around with thelimits
library, but would be a cool feature.The text was updated successfully, but these errors were encountered: