Skip to main content

Friendly Redis for Django on Heroku

Project description

A user-friendly method to configure Django projects on Heroku to use Redis.

Inspired by the work of Randall Degges.

Usage

Place this code into your project’s settings.py:

from redisify import redisify
CACHES = {'default': redisify(default='redis://localhost')}

Full documentation can be found on Read the Docs.

Installation

Installing django-heroku-redisify is easy:

pip install django-heroku-redisify

or download the source and run:

python setup.py install

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

django-heroku-redisify-0.1.0.tar.gz (3.9 kB view details)

Uploaded Source

File details

Details for the file django-heroku-redisify-0.1.0.tar.gz.

File metadata

File hashes

Hashes for django-heroku-redisify-0.1.0.tar.gz
Algorithm Hash digest
SHA256 15d38c7b02c8dddf31808908f08d97da947d77da89c3bfd1dd752feeb8c26223
MD5 6340ed763d09ab071e410248debe7933
BLAKE2b-256 7a4185243e553e75bd897e8c8b31182e6c69b711b61ca062e4630285d7952554

See more details on using hashes here.

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