2881099 / FreeRedis

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

ConnectionStringBuilder.ToString() 总会额外输出两个参数 #208

Open VicBilibily opened 1 month ago

VicBilibily commented 1 month ago

https://github.com/2881099/FreeRedis/blame/e5c0bf7e57b844cd7feab269de829a38c12f933a/src/FreeRedis/ConnectionStringBuilder.cs#L60-L61

这两行判断的值和初始化时的默认值不一样,生成的连接字符串总会输出这两个参数

2881099 commented 1 month ago

哪两个参数