I\'m working on finding a stub for:
@redis.subscribe(key) do |on| on.message do |channel, message| handle_message(message) end end