methodRedisClient.hsetnxhsetnx(key: KeyLike,field: KeyLike,value: KeyLike): Promise<boolean>;Set the value of a hash field, only if the field does not exist@param keyThe hash key@param fieldThe field to set@param valueThe value to set@returnsPromise that resolves with true if field was set, false if field already existsReferenced typestype KeyLike = string | ArrayBufferView | Blob