We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da4608 commit d8809adCopy full SHA for d8809ad
lib/kredis/connections.rb
@@ -9,8 +9,8 @@ module Kredis::Connections
9
10
def configured_for(name)
11
connections[name] ||= Kredis.instrument :meta, message: "Connected to #{name}" do
12
- connector.call configurator.config_for("redis/#{name}")
13
- end
+ connector.call configurator.config_for("redis/#{name}")
+ end
14
end
15
16
def clear_all
0 commit comments