Iam unable to access redislabs memcache in app engine. It throws the
following error
var memjs = require('memjs');
var mc =
memjs.Client.create('memcached-14212.c1.us-central1-2.gce.cloud.redislabs.com:14212',
{
username: 'xxxxxx',
password: 'xxxxxxx'
},function(err,data){
console.log(err);
});
mc.set('hello', 'world', { expires: 600 }, function(err, val) {
console.log(val);
});
error below
2MemJS: Server
<memcached-14212.c1.us-central1-2.gce.cloud.redislabs.com:14212> failed
after (2) retries with error - connect ETIMEDOUT 104.197.179.207:14212
MemJS: Server
<memcached-14212.c1.us-central1-2.gce.cloud.redislabs.com:14212> failed
after (2) retries with error - connect ETIMEDOUT 104.197.179.207:14212
--
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/13e0caf8-0660-4eb7-9534-79a78766feb1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.