Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/playpauseandstop/flask-and-redis
Simple as dead support of Redis database for Flask applications
https://github.com/playpauseandstop/flask-and-redis
flask flask-extensions python redis
Last synced: 3 days ago
JSON representation
Simple as dead support of Redis database for Flask applications
- Host: GitHub
- URL: https://github.com/playpauseandstop/flask-and-redis
- Owner: playpauseandstop
- License: bsd-3-clause
- Created: 2012-03-12T08:26:22.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T14:14:53.000Z (11 months ago)
- Last Synced: 2024-12-31T21:08:50.484Z (10 days ago)
- Topics: flask, flask-extensions, python, redis
- Language: Python
- Homepage: http://flask-and-redis.readthedocs.io/
- Size: 156 KB
- Stars: 84
- Watchers: 10
- Forks: 21
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
===============
Flask-And-Redis
===============.. image:: https://travis-ci.org/playpauseandstop/Flask-And-Redis.png?branch=master&style=flat
:target: https://travis-ci.org/playpauseandstop/Flask-And-Redis
:alt: Travis CI.. image:: https://coveralls.io/repos/github/playpauseandstop/Flask-And-Redis/badge.svg?branch=master
:target: https://coveralls.io/github/playpauseandstop/Flask-And-Redis?branch=master
:alt: Coverage.. image:: https://img.shields.io/pypi/v/Flask-And-Redis.svg
:target: https://pypi.python.org/pypi/Flask-And-Redis/
:alt: Latest Version.. image:: https://img.shields.io/pypi/pyversions/Flask-And-Redis.svg
:target: https://pypi.python.org/pypi/Flask-And-Redis/
:alt: Python versions.. image:: https://img.shields.io/pypi/l/Flask-And-Redis.svg
:target: https://github.com/playpauseandstop/Flask-And-Redis/blob/master/LICENSE
:alt: BSD License.. image:: https://readthedocs.org/projects/flask-and-redis/badge/?version=latest
:target: http://flask-and-redis.readthedocs.org/en/latest/
:alt: DocumentationFlask-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.