Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Nov 16, 2022
1 parent f0432a0 commit aed18f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/datadog/tracing/contrib/redis/patcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def self.included(base)

# Instance method patch for redis instance
module InstanceMethods
# `options` could be frozen
def initialize(options = {})
super(options.merge(redis_instance: self))
end
Expand Down

0 comments on commit aed18f3

Please sign in to comment.