repoze.what - Redis plugin available

Kless jonas.esp at googlemail.com
Sun May 24 11:46:46 CEST 2009


I'm pleased to announce the repoze.what plugin to use in Redis
databases.

repoze.what is an authorization framework for WSGI applications, based
on repoze.who (which deals with authentication and identification).

Redis is a key-value database. It is similar to memcached but the
dataset is not volatile, and values can be strings, exactly like in
memcached, but also lists and sets with atomic operations to push/pop
elements.

For more information:

 http://pypi.python.org/pypi/repoze.what.plugins.redis/

Project Home:

  http://bitbucket.org/ares/repozewhatpluginsredis/


More information about the Python-announce-list mailing list