DEBSOURCES
Skip Quicknav
sources / ruby-redis / 5.3.0-1 / examples / unicorn / config.ru
12345
# frozen_string_literal: true run lambda { |_env| [200, { "Content-Type" => "text/plain" }, [MyApp.redis.randomkey]] }