fluent-plugin-redis icon indicating copy to clipboard operation
fluent-plugin-redis copied to clipboard

Redis output plugin for Fluent event collector

Results 3 fluent-plugin-redis issues
Sort by recently updated
recently updated
newest added

This adds support for fetching messages from Redis Pub/Sub. This basically allows Fluentd to act as a data stream subscriber. Here is an example configuration that uses this plugin: ```xml...

This adds a new form of event propagation, using Redis `PUBLISH` command to send messages to receivers. With this merged, you can start writing as follows: @type redis command publish...

#### Problem We have existing log stacks that use LIST or CHANNEL data types and does not support HASH_MAP. #### Steps to replicate Use a log consumer that only supports...