| Class | Feature::Repository::RedisRepository |
| In: |
lib/feature/repository/redis_repository.rb
|
| Parent: | Object |
RedisRepository for active feature list
Example usage:
repository = RedisRepository.new("feature_toggles")
repository.add_active_feature(:feature_name)
‘feature_toggles’ can be whatever name you want to use for the Redis hash that will store all of your feature toggles.