MCPcopy
hub / github.com/dropbox/godropbox / ShardedClient

Struct ShardedClient

memcache/sharded_client.go:12–15  ·  view source on GitHub ↗

A sharded memcache client implementation where sharding management is handled by the provided ShardManager.

Source from the content-addressed store, hash-verified

10// A sharded memcache client implementation where sharding management is
11// handled by the provided ShardManager.
12type ShardedClient struct {
13 manager ShardManager
14 builder ClientShardBuilder
15}
16
17var (
18 // Counters for number of get requests that successed / errored, by address.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected