Trying to connect to redis thru the following redistogo credentials gives error.
var redisClient = require('redis').createClient({
host: 'birdeye.redistogo.com',
port: 1222,
db: 'redistogo',
pass: '012345c2f2402f7878588dd5fb129'
});
Getting error:-
Error Error: Redis connection to 127.0.0.1:[object Object] failed - getaddrinfo ENOTFOUND