Flask-And-Redis provides simple as dead support of Redis database for Flask applications. Extension built around beautiful redis-py library by Andy McCurdy.
- Works on Python 2.7, 3.4+
- BSD licensed
- Latest documentation on Read the Docs
- Source, issues and pull requests on GitHub
- Install with
pip install Flask-And-Redis
Note
Flask-And-Redis
named as is, cause Flask-Redis
name already
taken, but that library didn't
match my needs.