Sha256: 8cac5e06a2242541c5b566342722cf66e8e8205c1bdd234e6b0bde2391b33035
Contents?: true
Size: 704 Bytes
Versions: 4
Compression:
Stored size: 704 Bytes
Contents
# Flipper Redis A redis adapter for [Flipper](https://github.com/jnunemaker/flipper), the feature flipping gems. ## Installation Add this line to your application's Gemfile: gem 'flipper-redis' And then execute: $ bundle Or install it yourself with: $ gem install flipper-redis ## Usage ```ruby require 'flipper/adapters/redis' client = Redis.new adapter = Flipper::Adapters::Redis.new(client) flipper = Flipper.new(adapter) # profit... ``` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
flipper-redis-0.3.0 | README.md |
flipper-redis-0.2.0 | README.md |
flipper-redis-0.1.1 | README.md |
flipper-redis-0.1.0 | README.md |