Expand description
CLI argument types for persist
Structs§
- Read
Only 🔒Wrap a lower-level service (Blob or Consensus) to make it read only. This is probably not elaborate enough to work in general – folks may expect to read their own writes, among other things – but it should handle the case of GC, where all reads finish before the writes begin. - Arguments for viewing the current state of a given shard
- Arguments for commands that work over both backing stores. TODO: squish this into
StateArgs
.