No commit activity in last 3 years
No release in over 3 years
Redis list type output plugin for Fluent
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 0.10.0
~> 2.2.2
 Project Readme

Redis list output plugin for Fluent¶ ↑

fluent-plugin-redislist is a fluent plugin to output list type to redis.

Installation¶ ↑

What you have to do is only installing like this:

gem install fluent-plugin-redislist

Then fluent automatically loads the plugin installed.

Configuration¶ ↑

<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