Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1935
void slotToKeyAdd(sds key) {
1936
slotToKeyUpdateKey(key,1);
1937
}
1938
1939
void slotToKeyDel(sds key) {
1940
slotToKeyUpdateKey(key,0);
Callers
2
dbAdd
Function · 0.85
dbAddRDBLoad
Function · 0.85
Calls
1
slotToKeyUpdateKey
Function · 0.85
Tested by
no test coverage detected