문제

After deploying the redis application in azure , not able to deploy it in cloud. Error : An existing connection was forcibly closed by remote host.

What could be the reason for this?

도움이 되었습니까?

해결책 2

Check your internet connection.Likely to be an issue with the connectivity and speed.

다른 팁

For that you will have to give the cloud private ip address to the redis connection.

import redis.clients.jedis.Jedis

Jedis jedis = new Jedis('private ip',6379,'15000')
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top