{"id":19461087,"url":"https://github.com/jtopjian/puppet-redis","last_synced_at":"2025-08-16T15:17:51.681Z","repository":{"id":25218268,"uuid":"28642479","full_name":"jtopjian/puppet-redis","owner":"jtopjian","description":"Installs and configures Redis","archived":false,"fork":false,"pushed_at":"2020-02-29T19:24:26.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T11:02:13.482Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Puppet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ksky521/webSlide","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jtopjian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-30T19:24:33.000Z","updated_at":"2020-02-29T19:24:22.000Z","dependencies_parsed_at":"2022-07-24T20:47:13.215Z","dependency_job_id":null,"html_url":"https://github.com/jtopjian/puppet-redis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jtopjian/puppet-redis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtopjian%2Fpuppet-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtopjian%2Fpuppet-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtopjian%2Fpuppet-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtopjian%2Fpuppet-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jtopjian","download_url":"https://codeload.github.com/jtopjian/puppet-redis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtopjian%2Fpuppet-redis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270729267,"owners_count":24635394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-10T17:39:31.573Z","updated_at":"2025-08-16T15:17:51.661Z","avatar_url":"https://github.com/jtopjian.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# puppet-redis\n\nInstalls and configures Redis.\n\n## Setup\n\n### Hiera\n\n```yaml\nredis::settings:\n  bind: \"%{::ipaddress_eth0}\"\n  dbfilename: \"%{::hostname}.db\"\nredis::settings::save:\n  '900 1': 'present'\n  '300 10': 'present'\n  '60 10000': 'present'\n```\n\n### Puppet\n\n```puppet\nclass site::profiles::redis::server {\n\n  # Hiera\n  $redis_user          = hiera('redis::user', 'redis')\n  $redis_group         = hiera('redis::group', 'redis')\n  $redis_settings      = hiera_hash('redis::settings')\n  $redis_save_settings = hiera_hash('redis::settings::save')\n\n  # Resources\n  anchor { 'site::profiles::redis::server::begin': } -\u003e\n  class { '::redis':\n    user          =\u003e $redis_user,\n    group         =\u003e $redis_group,\n    settings      =\u003e $redis_settings,\n    save_settings =\u003e $redis_save_settings,\n  } -\u003e\n  anchor { 'site::profiles::redis::server::end': }\n\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtopjian%2Fpuppet-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjtopjian%2Fpuppet-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtopjian%2Fpuppet-redis/lists"}