Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dt_hash.c192 int hashTypeSet(robj *o, robj *field, robj *value) { in hashTypeSet() function
493 update = hashTypeSet(o,c->argv[2],c->argv[3]); in hsetCommand()
509 hashTypeSet(o,c->argv[2],c->argv[3]); in hsetnxCommand()
530 hashTypeSet(o,c->argv[i],c->argv[i+1]); in hmsetCommand()
564 hashTypeSet(o,c->argv[2],new); in hincrbyCommand()
592 hashTypeSet(o,c->argv[2],new); in hincrbyfloatCommand()
H A Dserver.h1365 int hashTypeSet(robj *o, robj *key, robj *value);