Skip to content

Modernize redis container for local dev. #1736

Description

@FrenjaminBanklin

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.

Metadata

Metadata

Labels

BugThere's a bug.DockerThis issue is related to Docker.dependenciesPull requests that update a dependency file

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions