Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 923 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 923 Bytes

Riak Redis Backend

Installing

You need :

  • the erldis binaries branch available in your Riak installation.

  • Redis (Any version will do).

  • Riak

  • 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.

Other files

  • riak_redis_prof : runs the Riak standard_backend_test.

  • riak_playground : runs an insert test and 2 map-reduce tasks and give timing information.s

License

Apache 2 license.

Author

Eric Cestari

http://www.cestari.info/

[email protected]