Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ hkeysCommand
Function
hkeysCommand
app/redis-6.2.6/src/t_hash.c:932–934 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
930
}
931
932
void hkeysCommand(client *c) {
933
genericHgetallCommand(c,OBJ_HASH_KEY);
934
}
935
936
void hvalsCommand(client *c) {
937
genericHgetallCommand(c,OBJ_HASH_VALUE);
Callers
nothing calls this directly
Calls
1
genericHgetallCommand
Function · 0.85
Tested by
no test coverage detected