Purge will place a delete marker and remove all previous revisions. Only the latest revision will be preserved (with a delete marker). Unlike [Delete], Purge is a destructive operation and will remove all previous revisions from the underlying streams. [LastRevision] option can be specified to only
(ctx context.Context, key string, opts ...KVDeleteOpt)
| 144 | // [LastRevision] option can be specified to only perform purge if the |
| 145 | // latest revision the provided one. |
| 146 | Purge(ctx context.Context, key string, opts ...KVDeleteOpt) error |
| 147 | |
| 148 | // Watch for any updates to keys that match the keys argument which |
| 149 | // could include wildcards. By default, the watcher will send the latest |
no outgoing calls