fluent-plugin-redislist is a fluent plugin to output list type to redis.
What you have to do is only installing like this:
gem install fluent-plugin-redislist
Then fluent automatically loads the plugin installed.
<match redis.**> type redislist host localhost port 6379 # database number is optional. db_number 0 # 0 is default # max size of the FIFO list. no limit applied per default. redislist_limit 100 </match>
- Copyright
-
Copyright © 2013- Ken Santou
- License
-
Apache License, Version 2.0