Unverified Commit 150355d2 authored by Hong Minhee's avatar Hong Minhee
Browse files

Add optional list() method to KvStore interface



Add an optional list() method to the KvStore interface for enumerating
entries by key prefix.  This enables efficient prefix scanning which is
useful for implementing features like distributed trace storage, cache
invalidation by prefix, and listing related entries.

- Add KvStoreListOptions interface
- Add KvStoreListEntry interface
- Add list() method to KvStore interface
- Implement list() in MemoryKvStore

Resolves #498

Co-Authored-By: default avatarClaude Opus 4.5 <noreply@anthropic.com>
parent 037e57bb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment