fix: close() runs pool.disconnect() even if aclose() raises; docs de-bloat + em-dash->hyphen

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