lib/lemondrop/plugin/service.rb in lemondrop-0.1.0 vs lib/lemondrop/plugin/service.rb in lemondrop-0.1.1

- old
+ new

@@ -30,11 +30,11 @@ ## # Start the connection to the configured Redis server # # @param params [Hash] Options to establish the Redis connection def establish_connection(params) - ::Redis.new params logger.info "Lemondrop connected to Redis at #{params[:host]}:#{params[:port]}" + ::Redis.new params end end # class << self end # Service