Skip to content

FEATURE: Add CompletableFuture delete, multiDelete API#1059

Open
f1v3-dev wants to merge 1 commit intonaver:developfrom
f1v3-dev:feat/v2-delete
Open

FEATURE: Add CompletableFuture delete, multiDelete API#1059
f1v3-dev wants to merge 1 commit intonaver:developfrom
f1v3-dev:feat/v2-delete

Conversation

@f1v3-dev
Copy link
Collaborator

🔗 Related Issue

⌨️ What I did

  • delete, multiDelete API 구현을 진행했습니다.

@f1v3-dev f1v3-dev self-assigned this Mar 13, 2026
Copy link
Collaborator

@oliviarla oliviarla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰 완료입니다.


return new ArcusMultiFuture<>(keyToFuture.values(), () -> {
Map<String, Boolean> results = new HashMap<>();
for (Map.Entry<String, CompletableFuture<?>> entry : keyToFuture.entrySet()) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기도 foreach 사용하면 될 것 같습니다.

// when
async.multiDelete(keys)
// then
.thenAccept(result -> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

multiGet으로 값이 없는지 확인해보는건 어떤가요?

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.

2 participants