lib/rasti/web/broadcaster.rb in rasti-web-broadcaster-0.1.1 vs lib/rasti/web/broadcaster.rb in rasti-web-broadcaster-1.0.0

- old
+ new

@@ -9,12 +9,13 @@ module Web class Broadcaster extend ClassConfig - attr_config :id, 'rasti.web.broadcaster' - attr_config :redis_url, 'redis://localhost:6379' - attr_config :logger, Logger.new(STDOUT) + attr_config :id, 'rasti.web.broadcaster' + attr_config :redis_client, Redic + attr_config :redis_settings, 'redis://localhost:6379' + attr_config :logger, Logger.new(STDOUT) @mutex = Mutex.new class << self