Function new_raw_put_request

Source
pub fn new_raw_put_request(
    key: Key,
    value: Value,
    cf: Option<ColumnFamily>,
    ttl: u64,
    atomic: bool,
) -> RawPutRequest