Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrichman/flask-redis

Implementation of the Flask session interface using Redis as storage.
https://github.com/mrichman/flask-redis

flask python redis

Last synced: 22 days ago
JSON representation

Implementation of the Flask session interface using Redis as storage.

Awesome Lists containing this project

README

        

# flask-redis

Implementation of the Flask session interface using Redis as storage.

## Dependencies

Use `pipenv` to install these dependencies before running `flask run` alongside `redissesion.py` in same folder

```sh
pipenv --python 3.7
pipenv shell
pipenv install
flask run
```

Log in at