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

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: about 1 month 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