Browse Source

Update README.md

Namdak Tonpa 11 years ago
parent
commit
e67d23586d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -131,6 +131,11 @@ This means your table will support add/remove operations to lists.
 
     1> kvs:add(#user{id="mes@ua.fm"}).
     2> kvs:add(#user{id="dox@ua.fm"}).
+    
+Read the chain (undefined means all)
+    
+    3> kvs:entries(kvs:get(feed, users), user, undefined).
+    [#user{id="mes@ua.fm"},#user{id="dox@ua.fm"}]
 
 Containers
 ----------