It was not possible to connect to the redis server(s); to create a disconnected multiplexer

前端 未结 7 1646
刺人心
刺人心 2020-12-13 13:05

I have the following piece of code to connect to azure redis cache.

   public class CacheConnectionHelper
    {
        private static Lazy

        
7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-13 13:38

    This problem was solved in a new release, the version 1.2.6 - you can see in Here

提交回复
热议问题