tflorac / beakeredis

Extending beaker (cache & session module) to use Redis backend

Home Page:https://pypi.python.org/pypi/beakeredis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

beakeredis

Build Status

Installation

pip install beakeredis

Configuration

beaker.session.type = redis
beaker.session.url = 127.0.0.1:6379

Disclaimer

This is a fork of didip beaker_extensions package.
The purpose of the fork is to:

  1. eliminate support of all database providers except Redis (which is the only one I actually need)
  2. provide a stable package on PyPI (because the original one has not been updated and installation from GitHub is not suitable for packages which are dependent on the original package)

About

Extending beaker (cache & session module) to use Redis backend

https://pypi.python.org/pypi/beakeredis

License:MIT License


Languages

Language:Python 100.0%