salesforce / rmux

A Redis-Multiplexer written in GO
BSD 3-Clause "New" or "Revised" License
67 stars 12 forks source link

Stability and logging improvements #30

Open PatrickTaibel opened 1 year ago

PatrickTaibel commented 1 year ago

While troubleshooting some issues with our Redis connection we came across quite some cases that lead or could lead to stability issues.

The following changes are made:

This PR is based on the updated Go structure from our PR https://github.com/salesforce/rmux/pull/26. In case you are not interested in the new Go structure we could rebase this PR on your master.