Brackup

 view release on metacpan or  search on metacpan

lib/Brackup/Target/Riak.pm  view on Meta::CPAN

274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
All options may be omitted unless specified.
 
=over
 
=item B<type>
 
I<(Mandatory.)> Must be "B<Riak>".
 
=item B<riak_host_url>
 
URL specifying your riak cluster endpoint. Default: http://127.0.0.1:8098/.
 
=item B<riak_r>
 
riak read quorum - how many replicas need to agree when retrieving an object.
Default: 2.
 
=item B<riak_w>
 
riak write quorum - how many replicas to write to before returning success.
Default: 2.



( run in 1.371 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )