Function item_get

Source
pub async fn item_get(id: Uuid, key: Bytes) -> Result<Vec<Option<Bytes>>>
Expand description

Retrieve a key from the given table.

Executes ItemGet on N nodes and returns after R successful responses.