文件名称:feature_flags
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-24 04:38:37
Ruby
功能标志 有条件地使用Redis推出功能。 安装它 gem install feature_flags 工作原理 初始化feature_flags对象。 我将其分配给全局变量。 # Usage: FeatureFlags.new(redis, namespace, group_size) $redis = Redis . new $feature_flags = FeatureFlags . new ( $redis , 'namespace' , 100_000 ) 城市标志== A city can have a feature in two states. Beta / Live. To check the state of a feature in a city, returns 'live' / 'beta' / 'inactive' $feature_flag
【文件预览】:
feature_flags-master
----VERSION(5B)
----lib()
--------feature_flags.rb(4KB)
--------feature_flags()
----Gemfile(39B)
----README.rdoc(2KB)
----spec()
--------spec.opts(8B)
--------spec_helper.rb(254B)
--------feature_flags_spec.rb(10KB)
----LICENSE(1KB)
----feature_flags.gemspec(1KB)
----Gemfile.lock(901B)
----.gitignore(146B)