Skip to content

Commit

Permalink
Active Active expiration values (#1475)
Browse files Browse the repository at this point in the history
* Active Active expiration values

* Update content/rs/references/developing-for-active-active/_index.md

Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>

* Added non-breaking spaces to expiration ranges

Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
  • Loading branch information
AlonMagrafta and rrelledge authored Aug 4, 2021
1 parent f5f8c6d commit 2a25dfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/rs/references/developing-for-active-active/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ Furthermore, a replica that is NOT the "owner" of the expired value:
DEL.
- Expires it (sending a DEL) before making any modifications if a user
attempts to access it in WRITE mode.

{{< note >}}
Expiration values are in the range of [0,&nbsp;2^49] for Active-Active databases and [0,&nbsp;2^64] for non Active-Active databases.
{{< /note >}}

## Out-of-Memory (OOM) {#outofmemory-oom}

Expand Down

0 comments on commit 2a25dfe

Please sign in to comment.