Re: is there auto-increment functionality in riak??

2011-03-22 Thread Eric Moritz
I have been meaning to get familiar with Riak's allow_mult setting so I used this thread as an excuse to mess with it. I created a class in python call RiakCounter that stores a value into a key that makes conflict resolution easier when reading the value. Here's the code. I'm sure there's proba

Re: is there auto-increment functionality in riak??

2011-03-22 Thread Wilson Tuladhar
thank you all for the help. I will definitely try out redis and hope this will solve my problem :-) //Wilson On Tue, Mar 22, 2011 at 3:06 PM, matthew hawthorne wrote: > If you find a way to generate keys in this way, I'd also suggest that > you provide the "If-None-Match: *" HTTP header on your

Re: is there auto-increment functionality in riak??

2011-03-22 Thread matthew hawthorne
If you find a way to generate keys in this way, I'd also suggest that you provide the "If-None-Match: *" HTTP header on your PUTs in order to detect the usage of duplicate keys. I'm not sure if there is something similar in the protobuffs interface. -matt On Tue, Mar 22, 2011 at 9:41 AM, Alexan

Re: is there auto-increment functionality in riak??

2011-03-22 Thread Alexander Sicular
No there is not. Riak does not expose any data structures and is generally opaque to values. Check out redis or what Twitter is doing with Cassandra re. distributed counters. @siculars on twitter http://siculars.posterous.com Sent from my iPhone On Mar 22, 2011, at 2:37, Wilson Tuladhar

is there auto-increment functionality in riak??

2011-03-22 Thread Wilson Tuladhar
hi, I was wondering if there is some functionality to define the key such that it is auto-incremented during the insert process. If not, what may be the elegant solution to achieve this?? //Wilson ___ riak-users mailing list riak-users@lists.basho.com h