Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RS-418: Implement remove record API #92

Merged
merged 4 commits into from
Sep 10, 2024
Merged

RS-418: Implement remove record API #92

merged 4 commits into from
Sep 10, 2024

Conversation

atimin
Copy link
Member

@atimin atimin commented Sep 10, 2024

Closes #

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • CHANGELOG.md has been updated (for bug fixes / features / docs)

What kind of change does this PR introduce?

Feature

What was changed?

The following methods have been added:

  • Bucket.removeRecord - to remove a single record
  • Bucket.beginRemoveBatch - to remove a batch of records
  • Bucket.removeQuery - to remove records within a time range with filtering by labels

Related issues

reductstore/reductstore#560

Does this PR introduce a breaking change?

Fixed a typo in the QueryOptions: poolInterval -> pollInterval.

Other information:

@atimin atimin merged commit 33a1c5b into main Sep 10, 2024
2 checks passed
@atimin atimin deleted the RS-418-remove-api branch September 10, 2024 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant