An HTTP frontend, for Redis.
You can install Scarlet simply by running the following command (assuming you have a Go environment setup):
go get github.com/nesv/Scarlet
Alternately, if you would like to clone the repository and build it from there, the sources also ship with a simple Makefile; all you have to do once you get the repository cloned is run:
make
...and you will have a Scarlet
executable in your current directory, that you
can move around, to wherever.
If you experience any issues, please create an issue here, on Github.
If you would like to help out with developing Scarlet, that would be awesome!
The first thing to do, would be to fork this repository, do something important and/or cool, then submit a pull request. If your work is good, and consistent, then you will be added to the list of contributors.
See LICENSE.md.
Please see CHANELOG.md.