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 944c713 commit 8d58cb8Copy full SHA for 8d58cb8
spec/inputs/redis_spec.rb
@@ -73,7 +73,7 @@ def process(conf, event_count)
73
input {
74
redis {
75
type => "blah"
76
- key => "#{key}.*"
+ key => "#{key_base}.*"
77
data_type => "pattern_list"
78
batch_count => 1
79
}
@@ -94,7 +94,7 @@ def process(conf, event_count)
94
95
96
97
98
99
batch_count => 125
100
0 commit comments