Skip to content
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

record latency for pipeline & transaction #4474

Open
soloestoy opened this issue Nov 27, 2017 · 0 comments
Open

record latency for pipeline & transaction #4474

soloestoy opened this issue Nov 27, 2017 · 0 comments

Comments

@soloestoy
Copy link
Collaborator

In redis' protocol, we allow developers using pipeline, but if developers put too many commands into one pipeline there will be latency.

And in replication master pipeline to slave, because we cached the write commands until eventLoop ends.

Also happens in multi/exec.

So, I think it's necessary to record latency for pipeline and transaction, that can help developers to find if the pipeline and transaction are misused.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants