gem install tinycache
@client = Tinycache::Client.configure do |config|
config.api_token = '....'
config.api_version = 'v1'
end
@client.set('key', 'value')
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality.
You get extra attention, if your PR includes specs/tests.
- Fork or clone the project.
- Create your feature branch (
$ git checkout -b my-new-feature
) - Install the dependencies by doing:
$ bundle install
in the project directory. - Add your bug fixes or new feature code.
- New features should include new specs/tests.
- Bug fixes should ideally include exposing specs/tests.
- Commit your changes (
$ git commit -am 'Add some feature'
) - Push to the branch (
$ git push origin my-new-feature
) - Open your Pull Request!
Copyright (c) 2015 Jasdeep Singh (Metaware Labs Inc) PS: The source code or this project, or Metaware Labs Inc, is in no way, shape or form associated to tinycache.io or it's creator Daniel J Pepin. Licensed under the MIT license.