## 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...

-- 



Reply via email to