docs(): further document features

This commit is contained in:
Ryan Schmukler 2016-08-08 21:29:29 -04:00
parent e36964168e
commit 1312b2a8c8
1 changed files with 2 additions and 1 deletions

View File

@ -12,4 +12,5 @@ Slow down there cow-boy. This library is still a WIP.
* String friendly wrapping around erlang char lists
* Auto encoding of non-binary types (tuples, maps, lists, etc) via
`:erlang.term_to_binary/1`. (Use `decode: true` on `get`)
`:erlang.term_to_binary/1`. (Use `decode: true` on `get` or `stream`)
* Exposure of Streams of data via `stream_keys/2` and `stream/2`