MCPcopy Create free account
hub / github.com/F-Stack/f-stack / slotToKeyAdd

Function slotToKeyAdd

app/redis-6.2.6/src/db.c:1935–1937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1933}
1934
1935void slotToKeyAdd(sds key) {
1936 slotToKeyUpdateKey(key,1);
1937}
1938
1939void slotToKeyDel(sds key) {
1940 slotToKeyUpdateKey(key,0);

Callers 2

dbAddFunction · 0.85
dbAddRDBLoadFunction · 0.85

Calls 1

slotToKeyUpdateKeyFunction · 0.85

Tested by

no test coverage detected