There's plenty of information available on using SQLAlchemy with
Werkzeug, but what about Redis (with redis-py)?  Are there any
particular recommendations or best practices?

In particular, should the Redis object be stored in a context local,
or should there just be one per application?  Or just create a
connection as-needed in each view?

Thanks,

Kurt Raschke

-- 
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pocoo-libs?hl=en.

Reply via email to