GitXplorerGitXplorer
p

Flask-And-Redis

public
84 stars
21 forks
11 issues

Commits

List of commits on branch master.
Verified
a6448d909a4df54e431cf6cfdd9a7af254e90331

Bump tox from 2.4.1 to 3.14.5 (#25)

ddependabot-preview[bot] committed 5 years ago
Verified
837f7327444a28fcd0ad162bdf24cf20d41c72b9

Bump ipython from 7.12.0 to 7.13.0 (#27)

pplaypauseandstop committed 5 years ago
Verified
c9f969aa41a93d35c9b134fa6862711ced05719b

Bump ipython from 5.1.0 to 7.12.0 (#23)

ddependabot-preview[bot] committed 5 years ago
Unverified
878bb193ae4a8c3497f6f1ff1511a3b8c96d08b5

chore(release): 1.0.0

pplaypauseandstop committed 6 years ago
Unverified
9ef0cd70676ed59eb748465a6df8428c82fc9ad2

fix: Fix flake8 issue.

pplaypauseandstop committed 6 years ago
Unverified
4828ada469900521dece537e49d6329ac3c33ee6

feature: For `redis>=3` use `redis.Redis` as default connection class.

pplaypauseandstop committed 6 years ago

README

The README file for this repository.

=============== 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: Documentation

Flask-And-Redis provides simple as dead support of Redis <http://redis.io>_ database for Flask <http://flask.pocoo.org/>_ applications. Extension built around beautiful redis-py <https://github.com/andymccurdy/redis-py>_ library by Andy McCurdy.

  • Works on Python 2.7, 3.4+
  • BSD licensed
  • Latest documentation on Read the Docs <http://flask-and-redis.readthedocs.org>_
  • Source, issues and pull requests on GitHub <https://github.com/playpauseandstop/Flask-And-Redis>_
  • Install with pip install Flask-And-Redis

.. note:: Flask-And-Redis named as is, cause Flask-Redis name already taken <http://pypi.python.org/pypi/Flask-Redis>_, but that library didn't match my needs.