MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / hgetallCommand

Function hgetallCommand

src/t_hash.cpp:946–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

944}
945
946void hgetallCommand(client *c) {
947 genericHgetallCommand(c,OBJ_HASH_KEY|OBJ_HASH_VALUE);
948}
949
950void hexistsCommand(client *c) {
951 robj_roptr o;

Callers

nothing calls this directly

Calls 1

genericHgetallCommandFunction · 0.85

Tested by

no test coverage detected