MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / clusterStorageLoadCallback

Function clusterStorageLoadCallback

src/db.cpp:2618–2621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2616}
2617
2618void clusterStorageLoadCallback(const char *rgchkey, size_t cch, void *)
2619{
2620 slotToKeyUpdateKeyCore(rgchkey, cch, true /*add*/);
2621}
2622
2623void moduleLoadCallback(const char * rgchKey, size_t, void *data) {
2624 redisObjectStack keyobj;

Callers 1

Calls 1

slotToKeyUpdateKeyCoreFunction · 0.85

Tested by

no test coverage detected