Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cstar/riak_redis_backend
Redis storage backend for Riak
https://github.com/cstar/riak_redis_backend
Last synced: 3 months ago
JSON representation
Redis storage backend for Riak
- Host: GitHub
- URL: https://github.com/cstar/riak_redis_backend
- Owner: cstar
- Created: 2009-12-27T09:31:15.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2009-12-29T17:23:09.000Z (almost 15 years ago)
- Last Synced: 2024-07-19T22:44:56.712Z (4 months ago)
- Language: Erlang
- Homepage:
- Size: 79.1 KB
- Stars: 48
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Riak Redis Backend
==================Installing
----------You need :
- the [erldis binaries](http://github.com/cstar/erldis/tree/binaries) branch available in your Riak installation.
- [Redis](http://code.google.com/p/redis/) (Any version will do).
- [Riak](http://riak.basho.com/)
- 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/](http://www.cestari.info/)