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

Function hgetallCommand

app/redis-6.2.6/src/t_hash.c:940–942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938}
939
940void hgetallCommand(client *c) {
941 genericHgetallCommand(c,OBJ_HASH_KEY|OBJ_HASH_VALUE);
942}
943
944void hexistsCommand(client *c) {
945 robj *o;

Callers

nothing calls this directly

Calls 1

genericHgetallCommandFunction · 0.85

Tested by

no test coverage detected