MCPcopy Create free account
hub / github.com/cinience/RedisStudio / UpdateData

Method UpdateData

RedisStudio/SSDB/SSDBClient.cpp:227–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227bool SSDBClient::UpdateData( const std::string& key,
228 const std::string& oldValue,
229 const std::string& newValue,
230 int idx,
231 const std::string& field)
232{
233 Base::Mutex::ScopedLock scopedLock(m_oMutex);
234
235 return true;
236}
237
238std::string SSDBClient::RealKey(const std::string& key)
239{

Callers 1

OnCommitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected