Skip to content

Commit ec28f6a

Browse files
committed
remove output call
1 parent 9e08eb9 commit ec28f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logstash/outputs/redis.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def register
140140
end # def register
141141

142142
def receive(event)
143-
return unless output?(event)
143+
144144

145145
if @batch and @data_type == 'list' # Don't use batched method for pubsub.
146146
# Stud::Buffer

0 commit comments

Comments
 (0)