Video_call_and_chat_in_Django icon indicating copy to clipboard operation
Video_call_and_chat_in_Django copied to clipboard

aioredis.errors.ReplyError: ERR unknown command 'BZPOPMIN'

Open iMiebaka opened this issue 3 years ago • 1 comments

I install all the requirement, but anything i go to the chat room this was log in the console: aioredis.errors.ReplyError: ERR unknown command 'BZPOPMIN'. System Config Python 3.6 Unbuntu 18.0 LTS

iMiebaka avatar Mar 16 '21 22:03 iMiebaka

I install all the requirement, but anything i go to the chat room this was log in the console: aioredis.errors.ReplyError: ERR unknown command 'BZPOPMIN'. System Config Python 3.6 Unbuntu 18.0 LTS

Two years old issue XD... And here is answer for future generations!

Try Redis ~5 version. These are the problems of Django Сhannels. I used Redis 5.0.9 and it worked for me.

Re-Gelu avatar Jan 03 '23 20:01 Re-Gelu