Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
supercaracal committed Nov 17, 2024
1 parent 80f0462 commit a38e8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redis_client/cluster_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def initialize( # rubocop:disable Metrics/ParameterLists
end

def inspect
"#<#{self.class.name} #{startup_nodes.values.map { |v| v.except(:command_builder) }}>"
"#<#{self.class.name} #{startup_nodes.values.map { |v| v.reject { |k| k == :command_builder } }}>"
end

def read_timeout
Expand Down

0 comments on commit a38e8ba

Please sign in to comment.