dragonflydb / dragonfly-operator

A Kubernetes operator to install and manage Dragonfly instances.
https://www.dragonflydb.io/docs/managing-dragonfly/operator/installation
Apache License 2.0
132 stars 28 forks source link

fix(redis-client): Close redis clients ASAP #137

Closed moredure closed 10 months ago

moredure commented 10 months ago

Instead of waiting 30mins until idle connections are closed (according to go-redis docs) or until GC will handle old tcp file descriptors, it's better to close go-redis TCP connections ASAP