bojack-client
BoJack client
A Crystal shard client for BoJack key-value store.
Installation
Add this to your application's shard.yml
:
dependencies:
bojack:
github: hugoabonizio/bojack.cr
Usage
require "bojack-client"
client = BoJack::Client.new
client.set("foo", "bar")
puts client.get("foo")
Development
TODO: Write development instructions here
Contributing
- Fork it ( https://github.com/hugoabonizio/bojack/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- hugoabonizio Hugo Abonizio - creator, maintainer