Delete deletes keys. Deleting a non-existent key does not return an error.
(key string)
| 48 | |
| 49 | // Delete deletes keys. Deleting a non-existent key does not return an error. |
| 50 | Delete(key string) error |
| 51 | |
| 52 | BeginBatch() BatchMutation |
| 53 | CommitBatch(b BatchMutation) error |
no outgoing calls