Skip to content

Commit 68f0adc

Browse files
authored
Merge pull request logstash-plugins#71 from karenzone/70-datatype
Correct data_type label in docs
2 parents 3f1a806 + 86a0205 commit 68f0adc

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.4.1
2+
- Changed `redis_type` to `data_type` in .rb file [#70](https://github.com/logstash-plugins/logstash-input-redis/issues/70) and asciidoc file [#71](https://github.com/logstash-plugins/logstash-input-redis/issues/71)
3+
14
## 3.4.0
25
- Added support for renamed redis commands [#29](https://github.com/logstash-plugins/logstash-input-redis/issues/29)
36

docs/index.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ The number of events to return from Redis using EVAL.
7676
* Value can be any of: `list`, `channel`, `pattern_channel`
7777
* There is no default value for this setting.
7878

79-
Specify either list or channel. If `redis\_type` is `list`, then we will BLPOP the
80-
key. If `redis\_type` is `channel`, then we will SUBSCRIBE to the key.
81-
If `redis\_type` is `pattern_channel`, then we will PSUBSCRIBE to the key.
79+
Specify either list or channel. If `data_type` is `list`, then we will BLPOP the
80+
key. If `data_type` is `channel`, then we will SUBSCRIBE to the key.
81+
If `data_type` is `pattern_channel`, then we will PSUBSCRIBE to the key.
8282

8383
[id="plugins-{type}s-{plugin}-db"]
8484
===== `db`

logstash-input-redis.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-input-redis'
4-
s.version = '3.4.0'
4+
s.version = '3.4.1'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "Reads events from a Redis instance"
77
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

Comments
 (0)