Please help me to fix up the issue

50 views
Skip to first unread message

Kumar Gowrav

unread,
Mar 14, 2018, 9:03:42 AM3/14/18
to Google App Engine
Iam unable to access redislabs memcache in app engine. It throws the following error

var memjs = require('memjs');

    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

Kenworth (Google Cloud Platform)

unread,
Mar 14, 2018, 11:14:07 AM3/14/18
to Google App Engine

A thread like this is off-topic for Google Groups, and should be posted to StackOverflow. This forum isn't meant for specific 1-on-1 technical issues, but for general discussion of the platform and its services. With StackOverflow, which we also monitor, you'll be in touch with a much larger user-base of technical people who are going to help you, and in a format which is designed for that purpose. Check out our community support page for the list of tags we monitor and this StackOverflow How-To-Ask guidelines.


[1] https://cloud.google.com/support/docs/stackexchange


Reply all
Reply to author
Forward
0 new messages