README.md in fluent-plugin-redis-0.3.2 vs README.md in fluent-plugin-redis-0.3.3

- old
+ new

@@ -41,18 +41,30 @@ # Allow insert key duplicate. It will work as update values. # allow_duplicate_key true # ttl 300 # If 0 or negative value is set, ttl is not set in each key. </match> +### With multi workers +fluent-plugin-redis can handle <em>multi workers</em>. +This feature can be enabled with the following configuration: + + <system> + workers n # where n >= 2. + </system> + ### Notice <em>insert_key_prefix</em>, <em>strftime_format</em>, and <em>allow_duplicate_key</em> are newly added config parameters. They can use v0.3.0 or later. To use this parameters, users must update Fluentd to v0.14 or later and this plugin to v0.3.0 or later. +<em>multi workers</em> are newly introduced feature in Fluentd v0.14. + +It can use this fetaure in this plugin in v0.3.3 or later. + ## Contributing to fluent-plugin-redis - + * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it * Fork the project * Start a feature/bugfix branch * Commit and push until you are happy with your contribution