Skip to content

Delete multiple keys in a single operation #41

@lukechilds

Description

@lukechilds

Pass an array of keys to be deleted in a single operation.

await keyv.delete(['key-1', 'key-2', 'key-3']);

Would be nice to have for performant deletion of multiple keys. However not sure this is gonna be feasible to implement without breaking Map compatibility.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions