Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ slotToKeyDel
Function
slotToKeyDel
src/db.cpp:2501–2503 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2499
}
2500
2501
void slotToKeyDel(sds key) {
2502
slotToKeyUpdateKey(key,0);
2503
}
2504
2505
/* Release the radix tree mapping Redis Cluster keys to slots. If
'async'
2506
* is true, we release it asynchronously. */
Callers
2
syncDelete
Method · 0.85
asyncDelete
Method · 0.85
Calls
1
slotToKeyUpdateKey
Function · 0.85
Tested by
no test coverage detected