On Thu, Nov 14, 2013 at 2:04 AM, Laurent Vaucher <[email protected]>
 wrote:

> I've just deployed my go app in appengine a few days ago and tried to use
> memcache yesterday. In my dev environment, everything works fine, but on
> the real appengine, memcache.Add() calls always return "memcache: server
> error".
> I'm not talking about aggressive purges here: not a single call to add an
> item to memcache has worked to date.
>
>

Hi Laurent,

How are you using the memcache? Specifically, what is the size of the
object you're trying to put into memcache and how are you serializing it
(if it is a *struct*)? If you cut and paste the example code at
https://developers.google.com/appengine/docs/go/memcache/ does that work
for you?

I also want to note that Google maintains a separate forum for Go issues,
located at https://groups.google.com/forum/#!forum/google-appengine-go .
They might be able to help you further if you cross-post.


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to