- Fork and clone the repo:
git clone [email protected]:your-username/redis_hash_store.git
- Install
Redis
:
Homebrew
for MacOS users:brew install redis
From Source
: Download and install Redis from the download page and follow the instructions.
- Run setup commands:
bundle install
appraisal install
- Make sure all the tests passed:
appraisal rake
- Follow next steps:
- Write your feature/fix.
- Add tests for your feature/fix.
- Make the tests pass:
point 4.
- Push to your fork and submit a pull request.