Skip to content

Commit f09a4cf

Browse files
committed
fix broken test
1 parent bb4885f commit f09a4cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/logstash/inputs/redis.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
require "logstash/inputs/base"
44
require "logstash/inputs/threadable"
55
require 'redis'
6+
require "stud/interval"
67

78
# This input will read events from a Redis instance; it supports both Redis channels and lists.
89
# The list command (BLPOP) used by Logstash is supported in Redis v1.3.1+, and

0 commit comments

Comments
 (0)