Method to delete multiple keys at once. It works with the encoded keys.
Array of keys to delete
Promise that resolves when the operation is complete
Method to yield keys. It works with the encoded keys.
Optional
prefix: stringOptional prefix to filter keys
AsyncGenerator that yields keys
Class that provides a layer of abstraction over the base storage, allowing for the encoding and decoding of keys and values. It extends the BaseStore class.