Skip to content

Commit

Permalink
Adding documentation about the 'all/1' function
Browse files Browse the repository at this point in the history
  • Loading branch information
ferd committed Jun 7, 2012
1 parent 68590e2 commit d19c2f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ And then start the app. You should then be able to call it as follows:
undefined -> undefined
end.

Since the tag 0.2.0, a new function call is added for users requiring to retrieve entire tables at once. Be aware that in large tables, this can be a bit challenging for the garbage collector, although items are retrieved from the table in batches of 500 to avoid gigantic fetches:

[H|T] = bertconf:all(NameSpace).

0 comments on commit d19c2f3

Please sign in to comment.