From 77186bbf6f1c905802477ff4cac8828a533eab69 Mon Sep 17 00:00:00 2001 From: Brian Muller Date: Tue, 4 Aug 2015 17:31:58 -0400 Subject: [PATCH] added docs to indicate failure state if attempt to save w/o redundancy, closing #5 --- docs/intro.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/intro.rst b/docs/intro.rst index 8c31cf5..9929d37 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -14,6 +14,8 @@ Assuming you want to connect to an existing network (run the `Stand-alone Server Check out the examples folder for other examples. +.. note :: + You must have at least two nodes running to store values. If a node tries to store a value and there are no other nodes to provide redundancy, then it is an exception state. Stand-alone Server ==================