NumKeyValBytes returns the number of bytes used for key-val data.
()
| 54 | |
| 55 | // NumKeyValBytes returns the number of bytes used for key-val data. |
| 56 | NumKeyValBytes() (uint64, uint64) |
| 57 | |
| 58 | // Get returns the operation and value associated with the given key. |
| 59 | // If the key does not exist, the operation is 0, and the val is nil. |