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

Add put + get with multiple keys *and* versions #48

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Conversation

fm3
Copy link
Member

@fm3 fm3 commented Jan 8, 2025

  • New APIs GetMultipleKeysByListWithMultipleVersions and PutMultipleKeysWithMultipleVersions
  • ListKeys now supports optional prefix field
  • Bump dependencies (scala to 2.13.15, rocksdbjni to 9.4.0, scalapb to 0.11.15)

Issues

TODO

  • should multi-put assert no duplicates? → no
  • should we also implement GetMultipleKeysByList to return just one version? (technically you could set hightest and lowest to the same value and reach the same output, but kinda weird) → that’s ok for now, add it when needed.
  • implement optional prefix for listKeys
  • changelog

@fm3 fm3 self-assigned this Jan 8, 2025
@fm3 fm3 changed the title WIP: Add PutMultipleKeysWithMultipleVersions and GetMultipleKeysByListWithMultipleVersions Add PutMultipleKeysWithMultipleVersions and GetMultipleKeysByListWithMultipleVersions Jan 8, 2025
@fm3 fm3 changed the title Add PutMultipleKeysWithMultipleVersions and GetMultipleKeysByListWithMultipleVersions Add put + get with multiple keys *and* versions Jan 8, 2025
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