fix: map ssl=True to connection_class=SSLConnection so TLS works via pool_kwargs (redis-4)

Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
2026-07-02 17:22:30 -04:00
parent a0e9fc28d6
commit 4688dd4181
3 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "redis_store"
version = "0.1.2"
version = "0.1.3"
description = "async redis wrapper over redis-py asyncio with a raw escape hatch, fail-loud and config-free"
requires-python = ">=3.10"
dependencies = [