suspend fun put(key: Bytes, value: Bytes): Unit
Overrides KeyValueStore.put
Puts data into the store.
key - The key to associate with the data, for use when retrieving.
key
value - The data to store.
value