o map/reduce to my bucket where can i submit my command using
> javascript client?
>
>
> using erlang client i can do anything but how to do with javascript client?
>
>
>
> Regards,
>
> Muhammad Yousaf
>
>
>
>
> --
> Subject:
erlang client i can do anything but how to do with javascript client?
Regards,
Muhammad Yousaf
Subject: Re: JavaScript Client
From: s...@basho.com
Date: Wed, 30 Mar 2011 08:45:49 -0400
CC: riak-users@lists.basho.com
To: muhammad.you...@live.com
Muhammad,
To upload the JS client into Riak
Muhammad,
To upload the JS client into Riak, use curl like so (and you can do the same
with any other files, adjusting the content-type appropriately):
curl -H "Content-Type: text/javascript" --data-binary @riak.js
http://localhost:8098/riak/js/riak.js
Is this what you're trying to do?
Sean C