gomemcache icon indicating copy to clipboard operation
gomemcache copied to clipboard

Fetching Statistics from memcached server

Open xni opened this issue 9 years ago • 4 comments

Hi!

I am very new to Go programming language, but I'd like to implement Statistics (https://cloud.google.com/appengine/docs/go/memcache/reference?csw=1#Statistics) in gomemcache library.

Could you please, take a look on my patch? I will be pleased to fix any problems in it you find.

Thank you in advance.

This is how I use it

func main() {
     ss := new(memcache.ServerList)
     ss.SetServers("127.0.0.1:11211")
     mc := memcache.NewFromSelector(ss)

     srv, _ := ss.PickServer("111")
     stats, err := mc.Stats(srv)
     if err == nil {
         fmt.Println(stats)
     }
}

xni avatar Sep 27 '15 22:09 xni

Any news about this PR? When the merge will be made?

faabiosr avatar Oct 18 '16 09:10 faabiosr

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


  • If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check your existing CLA data and verify that your email is set on your git commits.
  • If you signed the CLA as a corporation, please let us know the company's name.

googlebot avatar Feb 08 '17 20:02 googlebot

@bradfitz , thanks for your comments, it was very useful. Could you please take a look at my changes again.

xni avatar Feb 19 '17 09:02 xni

Hi! My commit has a committer email '[email protected]', and I was told that Yandex LLC has a CLA agreement (mostly contributing to the Chromium repository). Could you please check, why I did not pass the CLA check. Thanks!

xni avatar Feb 19 '17 10:02 xni