MCPcopy Create free account
hub / github.com/apache/brpc / Set

Method Set

src/brpc/memcache.cpp:521–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521bool MemcacheRequest::Set(
522 const butil::StringPiece& key, const butil::StringPiece& value,
523 uint32_t flags, uint32_t exptime, uint64_t cas_value) {
524 return Store(policy::MC_BINARY_SET, key, value, flags, exptime, cas_value);
525}
526
527bool MemcacheRequest::Add(
528 const butil::StringPiece& key, const butil::StringPiece& value,

Callers 10

TESTFunction · 0.45
TESTFunction · 0.45
ReparsePointMethod · 0.45
SetThreadLocalClass · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 8

TESTFunction · 0.36
TESTFunction · 0.36
ReparsePointMethod · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36