Redis Client ignoring configuration options set on it and trying to connect to default ip 127.0.01
In AWS i am using ElastiCache Redis server and using node as backEnd and "promise-redis" package this is how i am tried to do to connect to my redis server endpoint client = redis.createClient({ host: '**my redis primary endpoint**', port:…