From 567a0bed6809eda06f1a488ea75817d6df97128d Mon Sep 17 00:00:00 2001 From: Nicco Date: Sat, 18 Jan 2025 03:52:13 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3c3d695..6c77beb 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ client side with the key and then sent to the server. data is store never persisted to disk. the server never sees the encryption key and cannot decrypt the contents of the notes even if it tried to. +> View counts are guaranteed with one running instance of cryptgeon. Multiple instances connected to the same Redis instance can run into race conditions, where a note might be retrieved more than the view count allows. + ## Screenshot ![screenshot](./design/Screens.png)