Re: [web2py] web2py 2.14.1 beta

2016-03-22 Thread Richard Vézina
I will launch my app automated tests, but so far it looks very good! Seems fast... On Tue, Mar 22, 2016 at 11:31 AM, Richard Vézina < ml.richard.vez...@gmail.com> wrote: > Here : > https://github.com/web2py/web2py/blob/41fd02fa2c03bacafd67faad56861e7d14e9b361/CHANGELOG > > Ok figure it out... The

Re: [web2py] web2py 2.14.1 beta

2016-03-22 Thread Richard Vézina
Here : https://github.com/web2py/web2py/blob/41fd02fa2c03bacafd67faad56861e7d14e9b361/CHANGELOG Ok figure it out... There were more then one web2py instance running what causing issue I think, I kill them and now it seems to work. Testing beta now... On Tue, Mar 22, 2016 at 10:59 AM, Richard Véz

Re: [web2py] web2py 2.14.1 beta

2016-03-22 Thread Richard Vézina
I can't figure out how to establish Redis cache connection... I was doing like that before... from gluon.contrib.redis_cache import RedisCache cache.redis = RedisCache('localhost:6379', db=None, debug=True, with_lock=False, password=None) Try that : from gluon.contrib.redis_utils import RConn rc