teamon / store

API for simple Redis Key-Value store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Store

Simplest Key-Value store with HTTP interface based on Redis

Fast start with docker

First, download and build the image

$ git clone https://github.com/teamon/store.git
$ cd store
$ docker-compose build

Then just start containers

docker-compose up

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

API for simple Redis Key-Value store

License:MIT License


Languages

Language:Ruby 100.0%