Open KantJoe opened 3 years ago
物理设备,3主3从。 配置2cpu 8G*6. 模式 :cluster 连接方式:通过单个域名访问,且需要开启ssl
Another Redis DeskTop Manager 可以连接 StackExchange.redis 2.2.62 可以连接
目前尝试的初始化方案是: 1.new RedisClient("host:port,ssl=true,password=xxx");//失败 无法连接到远程 2.new RedisClient(new ConnectStringBuilder[]{"host:port,ssl=true,password=xxx"});//失败 无法连接到远程 3.new RedisClient(new ConnectStringBuilder[]{"host:port,ssl=true,password=xxx","host:port,ssl=true,password=xxx","host:port,ssl=true,password=xxx"});//失败 all connectionstring fail connect
急!!!
csredis连接成功,使用成功 freeredis依旧失败
物理设备,3主3从。 配置2cpu 8G*6. 模式 :cluster 连接方式:通过单个域名访问,且需要开启ssl
Another Redis DeskTop Manager 可以连接 StackExchange.redis 2.2.62 可以连接
目前尝试的初始化方案是: 1.new RedisClient("host:port,ssl=true,password=xxx");//失败 无法连接到远程 2.new RedisClient(new ConnectStringBuilder[]{"host:port,ssl=true,password=xxx"});//失败 无法连接到远程 3.new RedisClient(new ConnectStringBuilder[]{"host:port,ssl=true,password=xxx","host:port,ssl=true,password=xxx","host:port,ssl=true,password=xxx"});//失败 all connectionstring fail connect
急!!!