Browse Source

bump redis client to 5.0 and enable hiredis support (#2518)

Bowen Liang 1 year ago
parent
commit
41a4593b6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/requirements.txt

+ 1 - 1
api/requirements.txt

@@ -29,7 +29,7 @@ sentry-sdk[flask]~=1.39.2
 sympy==1.12
 jieba==0.42.1
 celery==5.2.7
-redis~=4.5.4
+redis[hiredis]~=5.0.3
 openpyxl==3.1.2
 chardet~=5.1.0
 python-docx~=1.1.0