docs: add missing __aenter__/__aexit__ docstrings

Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
2026-07-03 16:47:33 -04:00
parent ea1e3620e6
commit 52864e513a
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "redis_store"
version = "0.2.0"
version = "0.2.1"
description = "async redis wrapper over redis-py asyncio with a raw escape hatch, fail-loud and config-free"
requires-python = ">=3.10"
dependencies = [