Redis ERR unknown command 'BZPOPMIN'
I installed Redis version 4.0.9 in a Ubuntu Linux Subsystem on Windows 10 by following these instructions (i.e. sudo apt-get install redis-server). I am following this tutorial on Django channels, and I ran the following code: >>> import channels.layers >>>…