S.Goussous

Results 1 issues of S.Goussous

According to the github repo [README.md](https://github.com/long2ice/fastapi-limiter) I have to use ``` @asynccontextmanager async def lifespan(_: FastAPI): redis_connection = redis.from_url("redis://localhost:6379", encoding="utf8") await FastAPILimiter.init(redis_connection) yield await FastAPILimiter.close() ``` or startup event as...