perf: install hiredis for faster response parsing (#17893)

This commit is contained in:
Ankush Menat 2022-08-22 11:39:18 +05:30 committed by GitHub
parent 794a2b8101
commit b30a78aa40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,6 +58,7 @@ dependencies = [
"pytz==2022.1",
"rauth~=0.7.3",
"redis~=3.5.3",
"hiredis~=2.0.0",
"requests-oauthlib~=1.3.0",
"requests~=2.27.1",
"rq~=1.10.1",