On Thu, Jul 11, 2013 at 1:48 AM, Y N wrote:
>
> Thanks, that's helpful. Now I need to figure out if / how this is surfaced
> in the Java 1.1.1 client (I don't seem to see it anywhere, but maybe I'm
> missing something).
It's not. We're about 80% through the 1.4 features with the Java
client. I ha
This is great. Thanks!
From: Sam Elliott
To: riak-users@lists.basho.com
Sent: Thursday, July 11, 2013 2:51 AM
Subject: Re: New Counters - client support
On 11 Jul 2013, at 9:55AM, Sam Elliott wrote:
> The tutorial/documentation will be out soon (j
Hi Brian,
We're working on them. The master branch of the Erlang PB client supports them,
so I'd imagine its next release will do:
https://github.com/basho/riak-erlang-client
I can only assume the documentation will land shortly thereafter.
Sam
On 11 Jul 2013, at 2:13PM, Brian Akins wrote:
On 11 Jul 2013, at 9:55AM, Sam Elliott wrote:
> The tutorial/documentation will be out soon (just as soon as I polish up some
> details).
I've now finished the tutorial. It's here:
https://github.com/lenary/riak_crdt_cookbook/blob/master/counters/README.md
Thank you to everyone who helped ou
On 11 Jul 2013, at 4:00AM, Y N wrote:
> Hi,
>
> The counters stuff looks awesome can't wait to use it.
>
> Is this already supported via the currently available clients (specifically,
> the Java 1.1.1 client)?
>
> Also, when can we expect some tutorial / documentation around using count
Wednesday, July 10, 2013 8:50 PM
Subject: Re: New Counters - client support
If a counter doesn't exist, it's created when you increment/decrement the
counter. Otherwise it returns your API's equivalent of "nothing to see".
So, in CorrugatedIron, you'd call RiakC
If a counter doesn't exist, it's created when you increment/decrement the
counter. Otherwise it returns your API's equivalent of "nothing to see".
So, in CorrugatedIron, you'd call RiakClient.IncrementCounter("bucket",
"counter", 1);
After that command completes, the counter has a value of 1; a
Hi,
The counters stuff looks awesome can't wait to use it.
Is this already supported via the currently available clients (specifically,
the Java 1.1.1 client)?
Also, when can we expect some tutorial / documentation around using counters? I
looked at the GitHub link, however, some use ca