Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 azure 中部署 redis 应用程序后,无法将其部署在云中。错误:现有连接被远程主机强行关闭。
这可能是什么原因?
为此,您必须将云私有 IP 地址提供给 redis 连接。
import redis.clients.jedis.Jedis Jedis jedis = new Jedis('private ip',6379,'15000')
检查您的互联网连接。可能是连接和速度的问题。