Btw, the documentation has this:

encode_term(Object, Term) ->
    riakc_obj:update_value(Object, term_to_binary(Term, [compressed]),
                           <<"application/x-erlang-term">>).

This gave me the idea that perhaps by encoding the content type as 
application/x-erlang-term I could get things to work as I envisioned they 
might, but I couldn't.


_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to