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

Method Stat

memcache/interface.go:240–240  ·  view source on GitHub ↗

This requests the server statistics. When the key is an empty string, the server will respond with a "default" set of statistics information.

(statsKey string)

Source from the content-addressed store, hash-verified

238 // This requests the server statistics. When the key is an empty string,
239 // the server will respond with a "default" set of statistics information.
240 Stat(statsKey string) StatResponse
241
242 // This returns the server's version string.
243 Version() VersionResponse

Callers 2

clientExampleFunction · 0.65
statHelperMethod · 0.65

Implementers 4

MockClientmemcache/mock_client.go
RawBinaryClientmemcache/raw_binary_client.go
ShardedClientmemcache/sharded_client.go
RawAsciiClientmemcache/raw_ascii_client.go

Calls

no outgoing calls

Tested by 1

clientExampleFunction · 0.52