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

systemctl stop卡住 #175

Closed lizayu666 closed 7 months ago

lizayu666 commented 7 months ago

Linux用FreeRedis,启动时没有与redis建立链接的情况下,用systemctl stop没有问题。但链接池有多个链接的情况下,用systemctl stop关闭程序服务就会一直卡死,一直在等待与redis链接的释放。

lizayu666 commented 7 months ago

Linux用FreeRedis,启动时没有与redis建立链接的情况下,用systemctl stop没有问题。但链接池有多个链接的情况下,用systemctl stop关闭程序服务就会一直卡死,一直在等待与redis链接的释放。

2881099 commented 7 months ago

程序退出时释放一下

2881099 commented 7 months ago

Dispose