Storage Durability
// This document will be persisted to disk on at least two nodes
client.upsert(
ID = 'brad',
value = { name: 'Brad', age: 33, hair: 'red' },
persistTo = "TWO",
replicateTo = "TWO"
);Last updated
Was this helpful?
// This document will be persisted to disk on at least two nodes
client.upsert(
ID = 'brad',
value = { name: 'Brad', age: 33, hair: 'red' },
persistTo = "TWO",
replicateTo = "TWO"
);Last updated
Was this helpful?
Was this helpful?