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 KeysWithFilter & ListKeysWithFilters methods to KV interface #1658

Closed
wants to merge 2 commits into from
Closed

Add KeysWithFilter & ListKeysWithFilters methods to KV interface #1658

wants to merge 2 commits into from

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    32215ca View commit details
    Browse the repository at this point in the history
  2. implemented a method KeysWithFilters to return keys matching specifie…

    …d filters and ListKeysWithFilters to provide an iterable list of keys (as suggested). And additionally defined KeyIterator for iterating over keys and a utility function matchesFilters to check if a key meets all filter criteria.
    Darshan174 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2f728c4 View commit details
    Browse the repository at this point in the history