django-heroku-redisify

Friendly Redis for Django on Heroku
Download

django-heroku-redisify Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Andy Dirnberger
  • Publisher web site:
  • https://github.com/dirn/

django-heroku-redisify Tags


django-heroku-redisify Description

django-heroku-redisify is a user-friendly method to configure Django projects on Heroku to use Redis.Inspired by the work of Randall Degges.UsagePlace this code into your project's settings.py:from redisify import redisifyCACHES = {'default': redisify(default='redis://localhost')}Full documentation can be found on Read the Docs.InstallationInstalling django-heroku-redisify is easy:pip install django-heroku-redisifyor download the source and run:python setup.py installProduct's homepage


django-heroku-redisify Related Software