[redis-py] change redis-py deprecated hmset usage to hset (#11776)

This commit is contained in:
Akash Patel
2020-11-04 06:23:02 +00:00
committed by GitHub
parent 7248d5f4ae
commit b7531fb4f5
5 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ install_requires = [
"py-spy >= 0.2.0",
"pyyaml",
"requests",
"redis >= 3.3.2, < 3.5.0",
"redis >= 3.5.0",
"opencensus",
"prometheus_client >= 0.7.1",
]