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