That is correct. Either the driver itself or the application code needs to generate a key.
Sean Cribbs <[email protected]> Developer Advocate Basho Technologies, Inc. http://basho.com/ On Mar 12, 2011, at 1:14 AM, Joshua Partogi wrote: > Hi Dan, > > I guess that also affects other driver that by default uses protobuf > [like the riak python driver] ? Does that mean the riak python driver > need to generate the unique key on the client side when it uses > protobuf? > > Cheers. > > On Sat, Mar 12, 2011 at 4:11 AM, Dan Reverri <[email protected]> wrote: >> Hi Saurabh, >> The protocols buffers interface does not currently support server side >> generated keys. Bug 485 has been filed for this issue: >> https://issues.basho.com/show_bug.cgi?id=485 >> In the mean time you can generate a unique key on the client side. You can >> use the code on the server side as a reference for generating unique keys: >> https://github.com/basho/riak_core/blob/master/src/riak_core_util.erl#L131 >> Thanks, >> Dan >> Daniel Reverri >> Developer Advocate >> Basho Technologies, Inc. >> [email protected] >> >> >> On Thu, Mar 10, 2011 at 10:37 PM, Saurabh Sehgal <[email protected]> >> wrote: >>> >>> Hi, >>> I was going through riak's documentation and I saw that through the rest >>> API, if a key for an object is not specified, riak generates one for you. >>> Can I do the same when storing objects through the riak erlang pb >>> client programmatically ? >>> Thank you, >>> Saurabh >>> >>> -- >>> Saurabh Sehgal >>> E-mail: [email protected] >>> Phone: 425-269-1324 >>> LinkedIn: http://www.linkedin.com/pub/1/7a3/436 >>> >>> _______________________________________________ >>> riak-users mailing list >>> [email protected] >>> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com >>> >> >> >> _______________________________________________ >> riak-users mailing list >> [email protected] >> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com >> >> > > > > -- > http://twitter.com/jpartogi > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
