MCPcopy 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
2501void 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

syncDeleteMethod · 0.85
asyncDeleteMethod · 0.85

Calls 1

slotToKeyUpdateKeyFunction · 0.85

Tested by

no test coverage detected