methodRedisClient.hincrbyhincrby(key: KeyLike,field: string,increment: string | number): Promise<number>;Increment the integer value of a hash field by the given number@param keyThe hash key@param fieldThe field to increment@param incrementThe amount to increment by@returnsPromise that resolves with the new valueReferenced typestype KeyLike = string | ArrayBufferView | Blob