riak-admin icon indicating copy to clipboard operation
riak-admin copied to clipboard

A Futon-like web interface for Riak

Results 3 riak-admin issues
Sort by recently updated
recently updated
newest added

fatal: remote error: Repository not found. Clone of 'git://github.com/frank06/riak-js.git' into submodule path 'lib/riak-js' failed

I also seemed to need this Have to ask for keys if you're going to iterate them.: ``` diff --git a/index.html b/index.html index 1d33009..540c8fb 100644 --- a/index.html +++ b/index.html @@...

I had to change this: (riak.js line 40) options.method = key ? 'PUT' : 'POST'; to this: options.method = 'POST'; Using Chrome for my browser, if the type of a...