2881099 / FreeRedis

🦄 FreeRedis is .NET40+ redis client. supports cluster, sentinel, master-slave, pub-sub, lua, pipeline, transaction, streams, client-side-caching, and pooling.
MIT License
924 stars 165 forks source link

无法连接到redis #70

Open KantJoe opened 3 years ago

KantJoe commented 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

急!!!

KantJoe commented 3 years ago

csredis连接成功,使用成功 freeredis依旧失败