-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add monitor feature #652
Comments
Depends on the implementation, there's a lot of edge cases and tradeoffs to worry about. I can't make any guarantees
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
problem:
In some cases, we need to view real-time requests, but twemproxy don`t support it!
Solution:
Provide monitor command like redis monitor command and return.
I have implemented the redis part , like this:
The text was updated successfully, but these errors were encountered: