Thank you to all posters for the information. As per Bill Prin's comment <http://stackoverflow.com/questions/36723186/memcache-response-bad-command-line-format-on-google-cloud-platform-with-large#comment61139133_36723186> on the StackOverflow post linked by Bill Murphy: > > The fix for this has been merged and should be in the next release.
Please 'star' to stay updated about public Issue 12843 <https://code.google.com/p/googleappengine/issues/detail?id=12843> mentioned by Adam. The current workaround recommended by Bill is to store data in a database like the datastore until this is fixed. @Alejandro, were you in fact attempting to store values greater than 4070 bytes in size? If not or were otherwise getting a different error, could you provide a code sample that can reproduce said error? On Thursday, April 21, 2016 at 5:48:35 AM UTC-4, Alejandro Recarey wrote: > > Hi all, > > I have started using App Engine and am super happy with the docs and > examples. Kudos! > > However, I'm stumbling upon an issue with trying to use the memcache > service. I don't even know if it should work for the flexible environment. > I'm using the environment variables: > MEMCACHE_PORT_11211_TCP_ADDR > > and: > MEMCACHE_PORT_11211_TCP_PORT > > , and by logging I'm seeing that they are actually being set in > production, so I assume I should have access. > > Howeve once in production I'm seeing this error: > > Error: Server at 172.17.0.3:11211 not available > > So they are being set (my defaults are "localhost" and "11211"), it just > seems I don't have access. > > Should the flexible App Engine environment have access to the Memcached > pool? Or do I have to spin up my own servers? > > Thanks! > > Alex > > > -- 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/fb8c168e-4143-407d-a32a-f1bba3e4894b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
