Sha256: 778922409af67279dce6edea0ab5550c819b5cb76ebabb2988ca72703e0c1503
Contents?: true
Size: 248 Bytes
Versions: 18
Compression:
Stored size: 248 Bytes
Contents
require 'attention' Attention.options[:namespace] = ENV.fetch('ATTENTION_NAMESPACE', 'cellect') Attention.options[:redis_url] = ENV['ATTENTION_REDIS_URL'] if ENV['ATTENTION_REDIS_URL'] Attention.options[:ttl] = ENV.fetch('ATTENTION_TTL', 20).to_i
Version data entries
18 entries across 18 versions & 2 rubygems