We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4885f commit f09a4cfCopy full SHA for f09a4cf
lib/logstash/inputs/redis.rb
@@ -3,6 +3,7 @@
3
require "logstash/inputs/base"
4
require "logstash/inputs/threadable"
5
require 'redis'
6
+require "stud/interval"
7
8
# This input will read events from a Redis instance; it supports both Redis channels and lists.
9
# The list command (BLPOP) used by Logstash is supported in Redis v1.3.1+, and
0 commit comments