Dmitry Ivanov

Results 4 comments of Dmitry Ivanov

Hey Age, Thanks for your swift review! ;) I am applying the comments. Didier's remark makes sense, too: I also was thinking that it might be needed for a client...

I put this change on hold for now, as there is one substantial piece missing. In case of siblings, all ETag-based conditions don't work with resolved RiakValue's ETag, only with...

Good point. It looks like it has been supported since at least Riak 1.0.0: - Riak 1.0.0: http://docs.basho.com/riak/1.0.0/tutorials/fast-track/Basic-Riak-API-Operations/#Object-Key-Operations ( `X-Riak-Meta-YourHeader - any additional metadata headers that should be stored with...

Yeah, I haven't found it in the client. Only these Riak-specific headers are supported now: ``` val `X-Riak-ClientId` = "X-Riak-ClientId" val `X-Riak-Vclock` = "X-Riak-Vclock" val `X-Riak-Deleted` = "X-Riak-Deleted" ``` Cool....