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

Implement a "list" method for CAS #1366

Closed
wlandau opened this issue Nov 1, 2024 · 2 comments
Closed

Implement a "list" method for CAS #1366

wlandau opened this issue Nov 1, 2024 · 2 comments
Assignees

Comments

@wlandau
Copy link
Member

wlandau commented Nov 1, 2024

It's complicated to manually write logic for maintaining an in-memory cache of hashes that exist in a CAS system. A new "list" method would avoid having to do this inside the "exists" method.

@wlandau wlandau self-assigned this Nov 1, 2024
@wlandau
Copy link
Member Author

wlandau commented Nov 1, 2024

On second thought, this is not feasible because each CAS system is defined at the level of each target.

@wlandau wlandau closed this as not planned Won't fix, can't repro, duplicate, stale Nov 1, 2024
@wlandau
Copy link
Member Author

wlandau commented Nov 4, 2024

Maybe targets can maintain multiple lists of keys on a CAS-by-CAS basis?

@wlandau wlandau reopened this Nov 4, 2024
wlandau-lilly pushed a commit that referenced this issue Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant