Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Redis on Bash on Ubuntu on Windows #132

@sbue

Description

@sbue

I ran into some issues when trying to set this up on my Windows computer. I installed Flask-base using Bash on Ubuntu on Windows (because Redis does not currently support Windows).

On configuring flask-base, running honcho start -f Local would result in redis.exceptions.ConnectionError: Error 111 connecting to localhost:6379. Connection refused. so I could not launch the app.

I fixed this by following this guide. For some reason I also had to also edit /etc/redis/redis.conf and replace port 6379 (default) with something different like port 6378 and then setting REDISTOGO_URL=http://localhost:6378 in Flask-base config.env

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions