-
fix: reject timeout= in pool_kwargs with a clear ValueError (redis-2)
released this
2026-07-01 04:28:18 +00:00 | 8 commits to main since this releasea caller passing the driver-native timeout= (instead of pool_timeout=) would hit a cryptic
'multiple values for timeout' from BlockingConnectionPool. now raise a clear ValueError
pointing at pool_timeout. verified vs real redis. README note added. bump v0.1.1 -> v0.1.2Signed-off-by: disqualifier dev@disqualifier.me
Downloads