Since KVServer is designed as a git-like patch chain, there is an ability to implement a revert function which allows user to revert a specific change made accidentally by user himself before.
- Add a new action called
revert (or delete ?)
- Signature needed
- When
Revert is made, rebuild the whole KV status from scratch.
Since KVServer is designed as a
git-like patch chain, there is an ability to implement arevertfunction which allows user to revert a specific change made accidentally by user himself before.revert(ordelete?)Revertis made, rebuild the whole KV status from scratch.