Skip to content

Commit

Permalink
Counters & TTL
Browse files Browse the repository at this point in the history
DOC-11523
  • Loading branch information
RichardSmedley authored Oct 17, 2023
1 parent 833e864 commit ba8dfb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/howtos/pages/kv-operations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,11 @@ include::example$KvOperations.cs[tag=binarydecrementwithoptions,indent=0]
////
NOTE: Increment & Decrement are considered part of the ‘binary’ API and as such may still be subject to change

TIP: Setting the document expiry time only works when a document is created, and it is not possible to update the expiry time of an existing counter document with the Increment method -- to do this during an increment, use with the `Touch()` method.



// Atomicity Across Data Centers

include::{version-common}@sdk:shared:partial$atomic.adoc[tag=xdcr]

Expand Down

0 comments on commit ba8dfb8

Please sign in to comment.