Sha256: 563a89088c72a9434d04a21de1d030022abf693fbf417c825fd0a5417491da11

Contents?: true

Size: 564 Bytes

Versions: 1

Compression:

Stored size: 564 Bytes

Contents

= 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
    </match>

== Copyright

Copyright:: Copyright (c) 2013- Ken Santou
License::   Apache License, Version 2.0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-redislist-0.0.1 README.rdoc