Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Self ERP
- qpa_plugin
- uiload
- 중량 관리
- QApplication
- query 최적화
- test drive development
- qwindows.dll
- 재고 관리
- django erp
- pyside6 ui
- django test
- 장고로 ERP
- channels
- django rank
- django
- bzpopmin
- materialized
- pip 설치
- tensorflow
- 페이지 최적화
- 장고
- orm 최적화
- django drf
- pyside6
- ERP
- pip 오류
- Python
- optimization page
- 파이썬
Archives
- Today
- Total
취미삼아 배우는 프로그래밍
고놈의 Channels / Channels_redis / BZPOPMIN 본문
When using Channels Library in Django.
It throws Errors when latest version of that.
redis.exceptions.ResponseError : unknown command 'BZPOPMIN'
Because:
It is the version issue.
Solution:
Succed version of that:
Django==5.1.6
channels==4.2.0
channels_redis==4.2.1
and
redis version is5.0.14.1(window version) << this is the problem
when use the latest version of redis(*7.4.1) it can throw error.
so you need to use downgraded version of redis.
at the last 4years ago docs.
use channels_redis 2.4.0.
It is too old for solutioning.
'파이썬(장고)' 카테고리의 다른 글
Django로 개인 업무(ERP) 홈페이지 만들기-7 (11) | 2020.11.22 |
---|---|
Django로 개인 업무(ERP) 홈페이지 만들기-6 (0) | 2020.11.16 |
Django로 개인 업무(ERP) 홈페이지 만들기-5 (0) | 2020.11.14 |
Django로 개인 업무(ERP) 홈페이지 만들기-4 (0) | 2020.11.13 |
Django로 개인 업무(ERP) 홈페이지 만들기-3 (0) | 2020.11.10 |
Comments