Searched refs:hashTypeLookupWriteOrCreate (Results 1 – 2 of 2) sorted by relevance
451 robj *hashTypeLookupWriteOrCreate(client *c, robj *key) { in hashTypeLookupWriteOrCreate() function516 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()
1792 robj *hashTypeLookupWriteOrCreate(client *c, robj *key);