We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f857b78 commit ea7cb1fCopy full SHA for ea7cb1f
src/content/features/versioning.mdx
@@ -40,7 +40,7 @@ The versioning is usually used for **Optimistic Concurrency Control (OCC)**. Ins
40
// read version
41
var result = client.get("a");
42
43
- // case-1: expect not exist
+ // case-1: expect not exists
44
var result = client.put("a", "a2".getBytes(UTF_8), Set.of(IfRecordDoesNotExist);
45
46
// case-2: expect by version
0 commit comments