Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dt_hash.c418 robj *hashTypeLookupWriteOrCreate(client *c, robj *key) { in hashTypeLookupWriteOrCreate() function
490 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()
H A Dserver.h1377 robj *hashTypeLookupWriteOrCreate(client *c, robj *key);