Close is a polite way for the server to shut down the storage. Implementations should never lose data after a Set, Delete, or CommmitBatch, though.
()
| 71 | // Implementations should never lose data after a Set, Delete, |
| 72 | // or CommmitBatch, though. |
| 73 | Close() error |
| 74 | } |
| 75 | |
| 76 | // TransactionalReader is an optional interface that may be implemented by storage |
no outgoing calls