Skip to content

Implement bulk deletion of indexed CAS entries

Adam Coldrick requested to merge sotk/indexed-cas/bulk-delete-from-index into master

Description

As part of CAS expiry, we need a way to remove a list of entries from the CAS index. This MR adds a method to the CAS index implementation to support bulk deletion of index entries, which we can use to implement this final step in the deletion process.

Issues addressed

Part of #137 (closed)

Edited by Adam Coldrick

Merge request reports