Delete deletes a key-value pair from cluster.
(key []byte)
| 18 | Get(key []byte) ([]byte, error) |
| 19 | // Delete deletes a key-value pair from cluster. |
| 20 | Delete(key []byte) error |
| 21 | // GetKeys gets all keys from cluster. |
| 22 | GetKeys() ([][]byte, error) |
| 23 | // UpdateConfig updates the config of cluster. |
no outgoing calls
no test coverage detected