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)