Fresh local dev setup is running into issues logging in when using the redis session cache backend.
Loading up an interactive Python shell and attempting to manually connect to the redis container yields a redis.exceptions.ResponseError: unknown command 'HELLO' error.
The redis docs aren't the easiest to grok, but it seems like the issue is due to the Python dependency attempting to communicate with the redis server in ways that don't work with versions as old as 3.2.
Fresh local dev setup is running into issues logging in when using the redis session cache backend.
Loading up an interactive Python shell and attempting to manually connect to the redis container yields a
redis.exceptions.ResponseError: unknown command 'HELLO'error.The redis docs aren't the easiest to grok, but it seems like the issue is due to the Python dependency attempting to communicate with the redis server in ways that don't work with versions as old as
3.2.