Currently according to the gemspec file, the following versions of redis are supported.
s.add_runtime_dependency 'redis', '~> 3.3', '>= 3.3.3'
Redis version 4.1.0 is default coming while installing logstash, which creates conflict while installing the logstash-filter-cache-redis.
Plugin should be tested against the latest versions of the redis, and necessary changes should be made accordingly.
Currently according to the gemspec file, the following versions of redis are supported.
s.add_runtime_dependency 'redis', '~> 3.3', '>= 3.3.3'
Redis version 4.1.0 is default coming while installing logstash, which creates conflict while installing the logstash-filter-cache-redis.
Plugin should be tested against the latest versions of the redis, and necessary changes should be made accordingly.