Home
last modified time | relevance | path

Searched refs:hashTypeExists (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dt_hash.c166 int hashTypeExists(robj *o, sds field) { in hashTypeExists() function
519 if (hashTypeExists(o, c->argv[2]->ptr)) { in hsetnxCommand()
818 addReply(c, hashTypeExists(o,c->argv[2]->ptr) ? shared.cone : shared.czero); in hexistsCommand()
H A Dmodule.c2317 int exists = hashTypeExists(key->value, field->ptr); in RM_HashSet()
2419 *existsptr = hashTypeExists(key->value,field->ptr); in RM_HashGet()
H A Dserver.h1779 int hashTypeExists(robj *o, sds key);