Skip to main content

Adds redis cluster caching support to the Flask Cache(ing) extension

Project description

Flask-Cache-Redis-Cluster
=============
Implements a redis cluster backend for Flask-Cache(ing)
as the standard redis cache cannot handle a redis cluster.

Usage
-----
The redis cluster backend can be imported vire the Cache Extension by:
.. code:: python
from flask import Flask
from flask_caching import Cache
app = Flask(__name__)
# For more configuration options, check out the documentation
cache = Cache(app, config={'CACHE_TYPE': 'flask_cache_redis_cluster.rediscluster'})
Links
=====
* `Documentation <https://pythonhosted.org/Flask-Caching/>`_
* `Original Flask-Cache Extension <https://github.com/thadeusb/flask-cache>`_
* `Werkzeug Cache <http://werkzeug.pocoo.org/docs/0.11/contrib/cache/>`_

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Flask-Cache-Redis-Cluster-0.0.2.tar.gz (1.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page