Python ORM library for distributed mostly-read-only objects?

smurfix at gmail.com smurfix at gmail.com
Mon Jun 23 14:00:36 EDT 2014


memcache (or redis or ...) would be an option. However, I'm not going to go through the network plus deserialization for every object, that'd be too slow - thus I'd still need a local cache - which needs to be invalidated.



More information about the Python-list mailing list