That’s very helpful. Thanks a lot!
--
Cui Liqiang
On Tuesday, October 14, 2014 at 9:57 PM, Sean Cribbs wrote:
> You are connecting the binary client to the HTTP port. Use port 8087 instead.
>
> On Tue, Oct 14, 2014 at 8:50 AM, Cui Liqiang (mailto:cui.liqi...@gmail.com)> wrote:
> > Hi,
>
You are connecting the binary client to the HTTP port. Use port 8087 instead.
On Tue, Oct 14, 2014 at 8:50 AM, Cui Liqiang wrote:
> Hi,
>
> I just started to learn Riak, but encounter a problem.
>
> I have installed Riak on my mac os using the official mac distribution.
> After starting the Riak
Hi,
I just started to learn Riak, but encounter a problem.
I have installed Riak on my mac os using the official mac distribution.
After starting the Riak server, I can interact with it via http interface
properly.
Then I tried using Ruby client, and problem came. Below is the code I extract