Searched refs:hashTypeExists (Results 1 – 3 of 3) sorted by relevance
166 int hashTypeExists(robj *o, sds field) { in hashTypeExists() function519 if (hashTypeExists(o, c->argv[2]->ptr)) { in hsetnxCommand()818 addReply(c, hashTypeExists(o,c->argv[2]->ptr) ? shared.cone : shared.czero); in hexistsCommand()
2317 int exists = hashTypeExists(key->value, field->ptr); in RM_HashSet()2419 *existsptr = hashTypeExists(key->value,field->ptr); in RM_HashGet()
1779 int hashTypeExists(robj *o, sds key);