methodRedisClient.xsetidxsetid(key: KeyLike,lastId: string,...options: string | number[]): Promise<'OK'>;Set the last entry ID of a stream@param keyThe stream key@param lastIdThe new last entry ID@param optionsOptional ENTRIESADDED and MAXDELETEDID modifiers@returnsPromise that resolves with "OK"Referenced typestype KeyLike = string | ArrayBufferView | Blob