Closed GoogleCodeExporter closed 9 years ago
Original comment by sergio.b...@gmail.com
on 16 Mar 2011 at 1:35
Implemented by exposing the following HTTP operation: POST /bucket/bulk/get
It accepts a json array as the request payload, containing (string) keys to
fetch, i.e.: ["1", "3"]
Feedback would be very welcome!
Original comment by sergio.b...@gmail.com
on 19 Mar 2011 at 7:21
Sounds good to me. I am using the Java API, which I suspect will expose a
method that takes a List of String ids, correct?
Original comment by teonanac...@gmail.com
on 19 Mar 2011 at 11:45
The Java Client will take a set of strings: I'll add bulk put/get APIs in the
next few days.
Original comment by sergio.b...@gmail.com
on 20 Mar 2011 at 9:48
Implemented on Java Client too: see issue 172.
Original comment by sergio.b...@gmail.com
on 26 Mar 2011 at 4:57
Original issue reported on code.google.com by
teonanac...@gmail.com
on 16 Mar 2011 at 4:26