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

Method storageProviderDelete

src/db.cpp:2656–2662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2654}
2655
2656void redisDb::storageProviderDelete()
2657{
2658 if (g_pserver->m_pstorageFactory != nullptr)
2659 {
2660 this->endStorageProvider();
2661 }
2662}
2663
2664bool redisDbPersistentData::insert(char *key, robj *o, bool fAssumeNew, dict_iter *piterExisting)
2665{

Callers 3

restartServerFunction · 0.80
mainFunction · 0.80
debugCommandFunction · 0.80

Calls 1

endStorageProviderMethod · 0.80

Tested by

no test coverage detected