From 0cba16eb110fe102fc46f346375b9ee811d447a6 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 11:42:37 +0530 Subject: [PATCH] perf: install hiredis for faster response parsing (#17893) (#17896) (cherry picked from commit b30a78aa404b879271b09055645f6b5f657f7a7f) Co-authored-by: Ankush Menat --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 99e3205412..285db69689 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",