-
Notifications
You must be signed in to change notification settings - Fork 464
Client stats #124
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
base: master
Are you sure you want to change the base?
Client stats #124
Conversation
@@ -30,7 +30,7 @@ import ( | |||
"time" | |||
) | |||
|
|||
const testServer = "localhost:11211" | |||
const testServer = "127.0.0.1:11211" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NB: I had to use this to connect to my loopback-only memcached (we don't typically want local services to bind to external interfaces). I can revert this line if you want, but thought it might actually be nice to include.
ping? I think I addressed all your feedback in the original PR :) |
This feature is useful, thanks for taking the time to add it. I hope it gets merged some day |
Hi @bradfitz , do you have any update if there's anything blocking this PR? |
Note: is/does/can this cover #127 ? |
Hi @bradfitz I noticed that the author of #63 closed their PR. I'm really hoping to get this landed, so I reworked it a bit, addressed your original comments, and added some test coverage.