Home
last modified time | relevance | path

Searched refs:hashTypeLookupWriteOrCreate (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dt_hash.c451 robj *hashTypeLookupWriteOrCreate(client *c, robj *key) { in hashTypeLookupWriteOrCreate() function
516 if ((o = hashTypeLookupWriteOrCreate(c,c->argv[1])) == NULL) return; in hsetnxCommand()
539 if ((o = hashTypeLookupWriteOrCreate(c,c->argv[1])) == NULL) return; in hsetCommand()
567 if ((o = hashTypeLookupWriteOrCreate(c,c->argv[1])) == NULL) return; in hincrbyCommand()
603 if ((o = hashTypeLookupWriteOrCreate(c,c->argv[1])) == NULL) return; in hincrbyfloatCommand()
H A Dserver.h1792 robj *hashTypeLookupWriteOrCreate(client *c, robj *key);