0.6.2
Features
- Asynchronous Context Manager Support:
- Added
__aenter__
and__aexit__
methods toRatelimitIO
for use as an asynchronous context manager. - Ensures Lua scripts are automatically loaded into Redis when entering the context.
- Simplifies resource management and integration in async frameworks like FastAPI and aiohttp.
- Added