开发者

Storing processed objects in database with sqlalchemy

开发者 https://www.devze.com 2022-12-27 09:06 出处:网络
i have things that requires processing and rarely changes except with certain events to take advantage of memcached.can i store a serial version o开发者_运维技巧f an object in a data field quickly?Jus

i have things that requires processing and rarely changes except with certain events to take advantage of memcached. can i store a serial version o开发者_运维技巧f an object in a data field quickly?


Just pickle (or marshal or even JSON) it and throw it in memcached.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号