From 29faf2d7e1fff8503285c3ece467695f5aa1ad27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Juli=C3=A1n=20Merelo=20Guerv=C3=B3s?= Date: Sun, 18 Nov 2018 18:53:18 +0100 Subject: [PATCH] Adds example for easily obtaining value Without having to look at the rspec. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7fa4e8b..5c8eef0 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ In the event of a failure, the client will work to restore connectivity by cycli # Get conn.get('my') + # Get actual value + value = conn.get('my').kvs.first.value + # Get Key Range conn.get('foo', range_end: 'foo80')