Skip to content

Instantly share code, notes, and snippets.

@russelldb
Created March 21, 2011 15:34
Show Gist options
  • Save russelldb/879632 to your computer and use it in GitHub Desktop.
Save russelldb/879632 to your computer and use it in GitHub Desktop.
unzip first
ungzip_map_object_value(RiakObject, _, _) ->
O = riak_object:get_value(RiakObject),
O1 = zlib:gunzip(O),
[O1].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment