dragonflydb / dragonfly

A modern replacement for Redis and Memcached
https://www.dragonflydb.io/
Other
25.96k stars 954 forks source link

fix: Do not use `cc_` in connection if it's null #4131

Closed chakaz closed 1 week ago

chakaz commented 1 week ago

This is a rare condition, which we know can happen during shutdown (see here)

Hopefully fixes #3776 but we couldn't reproduce it to make sure.