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/ -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html