Skip to content

Commit d2ac896

Browse files
committed
fix
1 parent ad3ba5e commit d2ac896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/redis_client/cluster/pub_sub.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def spawn_worker(client, queue)
4646
prev_err = e
4747
end
4848
end
49-
rescue IOError => e
49+
rescue IOError
5050
# stream closed in another thread
5151
end
5252
end

0 commit comments

Comments
 (0)