Skip to content

punto1/beakeredis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 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 from didip beaker_extensions package.
The purpose of the fork was to:

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%