ATM, storing session in redis is a bunch of lines put together a month ago
by me, but it needs to be tested carefully before releasing it.
Moreover, it's possible that there are 3 peoples using redis with web2py
(me, you, bruno), so I prefer spending time on developing other things.
Il giorno lunedì 8 ottobre 2012 17:29:32 UTC+2, rif ha scritto:
>
> ## connect to Google BigTable (optional 'google:datastore://namespace')
> db = DAL('google:datastore')
> ## store sessions and tickets there
> session.connect(request, response, db = db)
> ## or store session in Memcache, Redis, etc.
>
> The last line above misled me. so it is possible to store them in memcache
> but not in redis...
>
--