Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ hkeysCommand
Function
hkeysCommand
src/t_hash.cpp:938–940 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
936
}
937
938
void hkeysCommand(client *c) {
939
genericHgetallCommand(c,OBJ_HASH_KEY);
940
}
941
942
void hvalsCommand(client *c) {
943
genericHgetallCommand(c,OBJ_HASH_VALUE);
Callers
nothing calls this directly
Calls
1
genericHgetallCommand
Function · 0.85
Tested by
no test coverage detected