Function item_set

Source
pub async fn item_set(id: Uuid, key: Bytes, value: Bytes) -> Result<()>
Expand description

Sets a key in the given table.

Executes ItemSet on N nodes and returns after W successful responses.