redis / lettuce

Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.
https://lettuce.io
MIT License
5.3k stars 947 forks source link

Adjusting disconnectedBehavior Option to Prevent Timeout During Redis Shutdown #2866 #2894

Open MagicalLas opened 3 weeks ago

MagicalLas commented 3 weeks ago

The purpose of this PR is to adjust the disconnectedBehavior option to prevent timeouts when Redis is shutdown, addressing issue #2866.

Make sure that: