{"id":16645137,"url":"https://github.com/cosmo0920/fluent-plugin-storage-redis","last_synced_at":"2026-04-22T11:02:27.969Z","repository":{"id":56847232,"uuid":"81799989","full_name":"cosmo0920/fluent-plugin-storage-redis","owner":"cosmo0920","description":"Fluentd plugin to store plugin state into redis.","archived":false,"fork":false,"pushed_at":"2017-04-20T08:10:48.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T21:50:25.394Z","etag":null,"topics":["fluentd","fluentd-plugin","redis"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cosmo0920.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-13T08:03:21.000Z","updated_at":"2024-04-21T13:15:30.000Z","dependencies_parsed_at":"2022-08-31T23:21:55.561Z","dependency_job_id":null,"html_url":"https://github.com/cosmo0920/fluent-plugin-storage-redis","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/cosmo0920/fluent-plugin-storage-redis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmo0920%2Ffluent-plugin-storage-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmo0920%2Ffluent-plugin-storage-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmo0920%2Ffluent-plugin-storage-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmo0920%2Ffluent-plugin-storage-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cosmo0920","download_url":"https://codeload.github.com/cosmo0920/fluent-plugin-storage-redis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmo0920%2Ffluent-plugin-storage-redis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32132973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T08:34:57.708Z","status":"ssl_error","status_checked_at":"2026-04-22T08:34:55.583Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fluentd","fluentd-plugin","redis"],"created_at":"2024-10-12T08:13:24.458Z","updated_at":"2026-04-22T11:02:27.892Z","avatar_url":"https://github.com/cosmo0920.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redis storage plugin for Fluent\n\n[![Build Status](https://travis-ci.org/cosmo0920/fluent-plugin-storage-redis.svg?branch=master)](https://travis-ci.org/cosmo0920/fluent-plugin-storage-redis)\n\nfluent-plugin-storage-redis is a fluent plugin to store plugin state into redis.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'fluent-plugin-storage-redis'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install fluent-plugin-storage-redis\n\nThen fluent automatically loads the plugin installed.\n\n## Configuration\n\n```aconf\n\u003cstorage\u003e\n  @type redis\n\n  path my_key # or conf.arg will be used as redis key\n  host localhost     # localhost is default\n  port 6379          # 6379 is default\n  db_number 0        # 0 is default\n  # If requirepass is set, please specify this.\n  # password hogefuga\n  # ttl 300 # If 0 or negative value is set, ttl is not set in each key.\n\u003c/storage\u003e\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `fluent-plugin-storage-redis.gemspec`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/cosmo0920/fluent-plugin-storage-redis.\n\n## Copyright\n\nCopyright (c) 2017- Hiroshi Hatake\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmo0920%2Ffluent-plugin-storage-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosmo0920%2Ffluent-plugin-storage-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmo0920%2Ffluent-plugin-storage-redis/lists"}