MCPcopy 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
938void hkeysCommand(client *c) {
939 genericHgetallCommand(c,OBJ_HASH_KEY);
940}
941
942void hvalsCommand(client *c) {
943 genericHgetallCommand(c,OBJ_HASH_VALUE);

Callers

nothing calls this directly

Calls 1

genericHgetallCommandFunction · 0.85

Tested by

no test coverage detected