Class: Howler::Config
- Inherits:
-
Object
- Object
- Howler::Config
- Defined in:
- lib/howler/support/config.rb
Constant Summary collapse
- WHITELIST =
%w(concurrency shutdown_timeout)
Class Method Summary collapse
Class Method Details
.[](key) ⇒ Object
5 6 7 |
# File 'lib/howler/support/config.rb', line 5 def self.[](key) Howler.redis.with {|redis| redis.hget("howler:config", key.to_s) } end |