Skip to content

Commit

Permalink
No need to double proxy watch
Browse files Browse the repository at this point in the history
  • Loading branch information
lewispb committed Aug 2, 2023
1 parent cc08f25 commit b1a818a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kredis/types/list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Kredis::Types::List < Kredis::Types::Proxying
prepend Kredis::DefaultValues

proxying :lrange, :lrem, :lpush, :ltrim, :rpush, :exists?, :del, :watch
proxying :lrange, :lrem, :lpush, :ltrim, :rpush, :exists?, :del

attr_accessor :typed

Expand Down

0 comments on commit b1a818a

Please sign in to comment.