[web2py] Re: Happy New Year

2021-01-01 Thread Joe Barnhart
And whatever "lucky food" you ate LAST year on New Year's -- DON'T TOUCH THAT STUFF!! It didn't work. -- Joe On Thursday, December 31, 2020 at 4:33:09 PM UTC-6 snide...@gmail.com wrote: > On Thursday, December 31, 2020 at 11:37:24 AM UTC-8 Massimo Di Pierro > wrote: > >> >> I wish you all a h

[web2py] Re: Redis and Python3?

2021-01-01 Thread Joe Barnhart
Here is a patch that restores redis3 sessions for my system. I'm using the latest web2py 2.21.1 and redis stable 6.0.9 (via brew) *diff --git a/gluon/contrib/redis_session.py b/gluon/contrib/redis_session.py* *index 6413b52a..73c20422 100644* *--- a/gluon/contrib/redis_session.py* *+++ b/gluon/

[web2py] Re: Is it time to take redis off the features list?

2021-01-01 Thread Joe Barnhart
I think I found a workaround for redis3 sessions. Here is a mod that works for me: diff --git a/gluon/contrib/redis_session.py b/gluon/contrib/redis_session.py index 6413b52a..73c20422 100644 --- a/gluon/contrib/redis_session.py +++ b/gluon/contrib/redis_session.py @@ -13,7 +13,7 @@ from gluon i