You can put an entity in the memcache without serialize (pickle) it.
It works.
I've tested with many object and it is useless to serialized it
before.
The memcache API does it for us I think.



On Mar 19, 12:32 am, Tim Hoffman <[email protected]> wrote:
> Having a read of the docs would be a good idea, as all this is
> documented,
>
> but you must serialise the data
>
> T
>
> On Mar 19, 4:19 am, Khai <[email protected]> wrote:
>
> > Can I use memcache to a python array?  Do I need to serialize the data
> > before putting it into the cache?  Can I use memcache to cache a model
> > instance?
>
> > Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to