Searched refs:hashTypeLookupWriteOrCreate (Results 1 – 2 of 2) sorted by relevance
418 robj *hashTypeLookupWriteOrCreate(client *c, robj *key) { in hashTypeLookupWriteOrCreate() function490 if ((o = hashTypeLookupWriteOrCreate(c,c->argv[1])) == NULL) return; in hsetCommand()502 if ((o = hashTypeLookupWriteOrCreate(c,c->argv[1])) == NULL) return; in hsetnxCommand()526 if ((o = hashTypeLookupWriteOrCreate(c,c->argv[1])) == NULL) return; in hmsetCommand()543 if ((o = hashTypeLookupWriteOrCreate(c,c->argv[1])) == NULL) return; in hincrbyCommand()577 if ((o = hashTypeLookupWriteOrCreate(c,c->argv[1])) == NULL) return; in hincrbyfloatCommand()
1377 robj *hashTypeLookupWriteOrCreate(client *c, robj *key);