I would love to be able to stick sessions in Redis. Is that a possibility with redis_cache.py?
I tried it but was unable to get it to work. MEMDB complained about <type 'exceptions.AttributeError'>('RedisClient' object has no attribute 'incr') If I use redis-py from pip as a plain cache I am able to incr values so I have no idea why that's the failure. Versions web2py: trunk nginx: 1.0.6 uWSGI: 0.9.9.2 Redis: 2.4.0-rc7 Please see the following paste for model and more verbose error junk. http://paste.pocoo.org/show/476195/ Thank you in advance for your help and thank you all for your work on the upcoming release. -David Bloom