RedisHash 散列HSETNXOn this pageHSETNXNoteOfficial reference: HSETNX. Write a field only if it does not exist. Syntax HSETNX key field value Results ReturnRowsContentUpdate count--Returns 0 if the field already exists; returns 1 if a new field was created. Example HSETNX demo:user name mali