You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correctly ignore command types we don't understand.
We used to glue packets together waiting for one that we understand,
but one side effect was that we pick the wrong start time for the
transaction. This fixeselastic#160.
Disable redis monitoring in the default configuration.
This is to avoid issues where we sniff our own redis traffic and
multiply it. It's safer to disable it by default, and to have the
advanced users enable it.