You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.asciidoc
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,10 @@ Enable SSL support.
156
156
* Value type is <<number,number>>
157
157
* Default value is `1`
158
158
159
+
Number of instances of the input to start, each on its own thread.
160
+
Increase from one to improve concurrency in consuming messages from Redis.
159
161
162
+
NOTE: Increasing the number of threads when consuming from a channel will result in duplicate messages since a `SUBSCRIBE` delivers each message to all subscribers.
160
163
161
164
[id="plugins-{type}s-{plugin}-timeout"]
162
165
===== `timeout`
@@ -169,4 +172,4 @@ Initial connection timeout in seconds.
Copy file name to clipboardExpand all lines: logstash-input-redis.gemspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Gem::Specification.newdo |s|
2
2
3
3
s.name='logstash-input-redis'
4
-
s.version='3.7.0'
4
+
s.version='3.7.1'
5
5
s.licenses=['Apache License (2.0)']
6
6
s.summary="Reads events from a Redis instance"
7
7
s.description="This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
0 commit comments