소스 검색

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

Bowen Liang 1 년 전
부모
커밋
41a4593b6d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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