[web2py] small typo in Book: Caching with Redis
http://www.web2py.com/books/default/chapter/29/13#Caching-with-Redis "_cache" missing in the module name: from gluon.contrib.redis*_cache* import RedisCache cache.redis = RedisCache('localhost:6379',db=None, debug=True) Best regards --
[web2py] Small typo in book
In chapter 5, under "Mobile development"... Notice that the decorator must be important once before using it in a > controller. I assume should be Notice that the decorator must be imported before using it in a controller. --