MCPcopy Create free account
hub / github.com/apache/kvrocks / String

Method String

src/types/redis_string.h:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94class String : public Database {
95 public:
96 explicit String(engine::Storage *storage, const std::string &ns) : Database(storage, ns) {}
97 rocksdb::Status Append(engine::Context &ctx, const std::string &user_key, const std::string &value,
98 uint64_t *new_size);
99 rocksdb::Status Get(engine::Context &ctx, const std::string &user_key, std::string *value);

Callers 15

TestCopyStreamFunction · 0.45
Set2SetBitFunction · 0.45
SimulateBitOpFunction · 0.45
TestRenameStreamFunction · 0.45
HostPortMethod · 0.45
HostMethod · 0.45
TLSAddrMethod · 0.45
NewClientWithOptionMethod · 0.45
NewTCPClientMethod · 0.45
NewTCPTLSClientMethod · 0.45

Calls

no outgoing calls

Tested by 6

TestCopyStreamFunction · 0.36
Set2SetBitFunction · 0.36
SimulateBitOpFunction · 0.36
TestRenameStreamFunction · 0.36