Skip to content

aspyatkin/beakeredis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%