Returns a new instance of CatchUp.
10 11 12 13 14
# File 'lib/mantle/catch_up.rb', line 10 def initialize @redis = Mantle.configuration.message_bus_redis @message_bus_channels = Mantle.channels @key = KEY end