Skip to content

Commit

Permalink
fix: a not initialized instance variable warned on Ruby 2.7 (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
supercaracal authored Apr 13, 2024
1 parent 5b94fc5 commit 60d7f68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/redis_client/cluster/node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def initialize(
@topology = klass.new(pool, @concurrent_worker, **kwargs)
@config = config
@mutex = Mutex.new
@last_reloaded_at = nil
end

def inspect
Expand Down

0 comments on commit 60d7f68

Please sign in to comment.