gomemcache icon indicating copy to clipboard operation
gomemcache copied to clipboard

Go Memcached client library #golang

Results 76 gomemcache issues
Sort by recently updated
recently updated
newest added

Motivation for this change is at https://github.com/grafana/mimir/issues/285#issuecomment-1029143100, where a large program spends 12% of its CPU in this one function. Re-coded `scanGetResponseLine()` using `IndexByte()` instead of `SScanf()`. Also added a...

Currently the server names are only resolved once, to optimize performance. However, this doesn't support dynamic environments well in which the name should be re-resolved. I think that I can...

feature-request

This MR, which pretty much adds contexts to all exported methods, allows us to use that information not only in the main library component but also in custom server list,...

I wan't to set with noreply flag, but no api support.

feature-request

Looks like we have PRs that are 7 years old.. @bradfitz

It includes the code highlighting for the example Go code.

cla: yes

Adds new functionality for Meta commands, which provides more flexibility with the use of in-line flags, and the stats commands which returns information for each connection. There are also tests...

I'm attempting to query memcache on localhost every 10 minutes. The first `Get("key")` works fine, but the one 10 minutes later results in an error. The cycle repeats, so every...