Re: Python client: three issues

2011-09-04 Thread Soren Hansen
2011/9/5 Greg Stein : > 1. I'd like Riak to generate keys for some of my objects, and I'm > using the HTTP API. Pretty simple: do a POST, and the Location: header > will tell me the key. However, looking at the code... it doesn't > appear that object.store() actually reads and returns that key. Am

Re: Python client: three issues

2011-09-04 Thread Brett Hoerner
On Sun, Sep 4, 2011 at 7:05 PM, Greg Stein wrote: > 1. I'd like Riak to generate keys for some of my objects, and I'm > using the HTTP API. Pretty simple: do a POST, and the Location: header > will tell me the key. However, looking at the code... it doesn't > appear that object.store() actually re

Re: Python client: three issues

2011-09-04 Thread Duncan McGreggor
I'm new to Riak, but I want to say a big "thank-you" to Greg for bringing these discussion points to everyone's attention -- we're lucky to have him looking at this stuff! Thanks, Greg :-) d On Sun, Sep 4, 2011 at 5:05 PM, Greg Stein wrote: > Hi all, > > I'm digging into Riak, and its Python cl

Python client: three issues

2011-09-04 Thread Greg Stein
Hi all, I'm digging into Riak, and its Python client. I've discovered several issues and would like to provide feedback and get some input, please. 1. I'd like Riak to generate keys for some of my objects, and I'm using the HTTP API. Pretty simple: do a POST, and the Location: header will tell me