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
911 stars 160 forks source link

freeredis预热机制 #176

Closed lizayu666 closed 7 months ago

lizayu666 commented 7 months ago

freeredis有类似csredis的preheat机制吗,请教了

2881099 commented 7 months ago

min pool size

lizayu666 commented 7 months ago

如果redis服务器重启等意外情况下,链接池中的链接全部断开,然后处理新的请求会重新与redis建立链接,但这个时候链接池中的链接就会小于min pool size。