Rudimentary Redis over HTTP(S) (the HTTP server companion for Bone)
NOTE: This version is not compatible with previous versions of Bone.
$ redis-server path/2/redis-server.conf
$ BONED_SOURCE=redis://localhost:6379/ boned -e prod start
$ BONED_SOURCE=redis://localhost:6379/ boned -e prod -d start
$ boned -e prod -d stop
You need to tell bone to use the HTTP API. In your .bashrc or equivalent, add:
export BONE_SOURCE=http://127.0.0.1:3073/
You can use the Bone daemon hosted at The Bonery. You'll need to generate a token and set your BONE_SOURCE to �ttps://api.bonery.com/.
$ sudo gem install boned
You also need to install redis.
See bone.
- Kalin Harvey for the early feedback.
See LICENSE.txt