Method: Autoscaler::CounterCacheRedis#initialize
- Defined in:
- lib/autoscaler/counter_cache_redis.rb
#initialize(redis, timeout = 5 * 60, worker_type = 'worker') ⇒ CounterCacheRedis
Returns a new instance of CounterCacheRedis.
11 12 13 14 15 |
# File 'lib/autoscaler/counter_cache_redis.rb', line 11 def initialize(redis, timeout = 5 * 60, worker_type = 'worker') @redis = redis @timeout = timeout @worker_type = worker_type end |