Searched refs:hashTypeSet (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_hash.c | 202 int hashTypeSet(robj *o, sds field, sds value, int flags) { in hashTypeSet() function 522 hashTypeSet(o,c->argv[2]->ptr,c->argv[3]->ptr,HASH_SET_COPY); in hsetnxCommand() 543 created += !hashTypeSet(o,c->argv[i]->ptr,c->argv[i+1]->ptr,HASH_SET_COPY); in hsetCommand() 587 hashTypeSet(o,c->argv[2]->ptr,new,HASH_SET_TAKE_VALUE); in hincrbyCommand() 626 hashTypeSet(o,c->argv[2]->ptr,new,HASH_SET_TAKE_VALUE); in hincrbyfloatCommand()
|
| H A D | server.h | 1794 int hashTypeSet(robj *o, sds field, sds value, int flags);
|
| H A D | module.c | 2342 updated += hashTypeSet(key->value, field->ptr, value->ptr, low_flags); in RM_HashSet()
|