From b1a818ad3e70a23154ed90105a6f1d6f060cbbd1 Mon Sep 17 00:00:00 2001 From: Lewis Buckley Date: Wed, 2 Aug 2023 15:25:22 +0100 Subject: [PATCH] No need to double proxy watch --- lib/kredis/types/list.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kredis/types/list.rb b/lib/kredis/types/list.rb index 0a88339..0c1e06f 100644 --- a/lib/kredis/types/list.rb +++ b/lib/kredis/types/list.rb @@ -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