refactor: improve Redis wrapper type hints and fix None value handling (#23845)

This commit is contained in:
-LAN-
2025-08-13 09:46:02 +08:00
committed by GitHub
parent ccc6d5975f
commit 74ab057f56
4 changed files with 101 additions and 8 deletions

View File

@@ -162,6 +162,7 @@ dev = [
"pandas-stubs~=2.2.3",
"scipy-stubs>=1.15.3.0",
"types-python-http-client>=3.3.7.20240910",
"types-redis>=4.6.0.20241004",
]
############################################################