TraceMachina / nativelink

Bazel RBE with CAS server implementation in Rust. The free and open source cache and remote execution service, prioritizing stability and speed for the people that need it.
https://docs.nativelink.com
Apache License 2.0
236 stars 46 forks source link

Add list api to StoreApi and MemoryStore #1003

Closed allada closed 2 weeks ago

allada commented 3 weeks ago

Adds the list() api to all stores, but unimplemented by default.

Implements list() api for MemoryStore.

towards: #995


This change is Reviewable