You need :
-
the erldis binaries branch available in your Riak installation.
-
Redis (Any version will do).
-
compile (
erlc riak_redis_backend.erl
) and copy the beam file in your riak installation.
Configure riak :
{storage_backend, riak_dets_backend}
in the etc/app.config
For the time being, Redis must run locally. I will certainly add the line to configure the redis host and port.
-
riak_redis_prof
: runs the Riakstandard_backend_test
. -
riak_playground
: runs an insert test and 2 map-reduce tasks and give timing information.s
Apache 2 license.
Eric Cestari