We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have existing log stacks that use LIST or CHANNEL data types and does not support HASH_MAP.
Use a log consumer that only supports LIST or CHANNEL data types.
The fluent-plugin-redis configuration allows to specify which data type to use. Currently, only HASH MAP is supported.
data_type
I am prepared to make the updates to the plugin but want a confirmation that such changes will be accepted in a PR.
Thank you!! :)
The text was updated successfully, but these errors were encountered:
@iridian-ks FWIW, I implemented Pub/Sub support in #33. Please comment to that pull request, if you have any feedback.
Sorry, something went wrong.
No branches or pull requests
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 LIST or CHANNEL data types.
Expected Behavior
The fluent-plugin-redis configuration allows to specify which data type to use. Currently, only HASH MAP is supported.
Suggested changes
data_type
. Default this to HASH_MAP. Allow for options HASH_MAP, LIST, CHANNEL.I am prepared to make the updates to the plugin but want a confirmation that such changes will be accepted in a PR.
Thank you!! :)
The text was updated successfully, but these errors were encountered: