[Repoze-dev] repoze.what - Redis plugin available

2009-05-21 Thread Jonas Melian
Hello, I'm pleased to announce the repoze.what plugin to use in Redis databases. 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.

[Repoze-dev] repoze.bfg 0.8.1 released

2009-05-21 Thread Chris McDonough
repoze.bfg 0.8.1 was just released (to the http://dist.repoze.org/bfg/current/simple index) with the following features: - Class objects may now be used as view callables (both via ZCML and via use of the ``bfg_view`` decorator in Python 2.6 as a class decorator). The calling semantics