Marks a key as deleted and replicates the deletion.
(key string)
| 23 | |
| 24 | // Marks a key as deleted and replicates the deletion. |
| 25 | MarkDeleted(key string) |
| 26 | |
| 27 | // Marks a peer as dirty. Causes all keys to be replicated to the node. An error is returned if the peer doesn't |
| 28 | // exist. |
no outgoing calls