Ecosyste.ms: Awesome
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: 22 days ago
JSON representation
Implementation of the Flask session interface using Redis as storage.
- Host: GitHub
- URL: https://github.com/mrichman/flask-redis
- Owner: mrichman
- Created: 2014-02-28T16:31:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T01:00:26.000Z (over 3 years ago)
- Last Synced: 2024-10-05T06:44:45.419Z (about 1 month ago)
- Topics: flask, python, redis
- Language: Python
- Size: 10.7 KB
- Stars: 16
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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