Flask and Redis Flask and Redis flask flask

Flask and Redis


There is a lightweight Redis ODM available called Python stdnet:

http://lsbardel.github.com/python-stdnet/overview.html

Haven't tried it yet but looks good to me. Works with Python 2.6 to 3.3 according to the documentation.


Take a look at this extension that provides support for Redis in Flask:

https://github.com/playpauseandstop/Flask-And-Redis


redisca is a sort of lightweight ORM for Redis with Flask support.