methodRedisClient.incrincr(key: KeyLike): Promise<number>;Increment the integer value of a key by one@param keyThe key to increment@returnsPromise that resolves with the new valueReferenced typestype KeyLike = string | ArrayBufferView | Blob