pub async fn item_get(id: Uuid, key: Bytes) -> Result<Vec<Option<Bytes>>>
Retrieve a key from the given table.
Executes ItemGet on N nodes and returns after R successful responses.
N
R