© 2026 Hedgehog Software, LLC
const results = await this.storage.list<Event>({ prefix: 'eventqueue::ulid::' })
const key = `eventqueue::ulid::${this.ulid()}` this.storage.put(key, event)