groupcache
groupcache copied to clipboard
groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
How come you guys dont tag/release?
Trying to use timed sampling QPS, when load k-v item, judge QPS if greater than threshold we set.
1.add default replicas groupcache/consistenthash.go: line 34. replicas must has a default value. if replicas
The Add function does not add the hash value of the string key itself to the list keys, so what is the meaning of 'Direct match' in the sentence "Direct...
Hello, Is there any example or demo that I can compile to see it in action?
curious how you guys use consistenthash.go without the Remove method. Isn't the whole beauty in the ability to make some keys unavail by removing them from the "ring" /hash value...
panic
interface conversion: interface {} is nil, not *lru.entry lru.go:108 an error will be reported when deleting the old one when adding
Hi, I'd like to know if there's any plan in migrating the usage of `github.com/golang/protobuf` to `google.golang.org/protobuf` ?
Hi, I am confused why do not use RPC protocal for requesting another GroupCache instancne, it might have better performance than HTTP.
Would you accept a PR adding a gRPC implementation of PeerPicker into this repo or would you prefer that lived elsewhere? Previously #53