随笔分类 - 【Azure Redis 缓存】
Azure 中使用Azure Cache For Redis的各种疑难杂症
摘要:问题情形 当在执行Redis一直指令时,有可能会遇见如下几种错误: 1) redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool 2) redis.clients.
阅读全文
摘要:当使用Azure Redis高级版时候,为了能更好的保护Redis的安全,启用了虚拟网路,把Redis集成在Azure中的虚拟网络,只能通过虚拟网络VENT中的资源进行访问,而公网是不可以访问的。但是在使用中,有时候会有一些疑惑,大多数的疑惑我们可以在Azure Redis的文档中得到答案,有一些则
阅读全文