Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ Exists
Method
Exists
RedisStudio/SSDB/SSDBClient.cpp:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
bool SSDBClient::Exists(const std::string& key)
122
{
123
return (m_mapKeys.find(key) != m_mapKeys.end());
124
}
125
126
bool SSDBClient::Type(const std::string& key, string& type)
127
{
Callers
1
BackgroundWorkForRefreshValues
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected