{"id":17493329,"url":"https://github.com/pustovitdmytro/redis-github-action","last_synced_at":"2025-04-22T22:27:43.986Z","repository":{"id":38669241,"uuid":"458640100","full_name":"pustovitDmytro/redis-github-action","owner":"pustovitDmytro","description":"Cross platform install for redis-server","archived":false,"fork":false,"pushed_at":"2025-04-19T07:58:58.000Z","size":1179,"stargazers_count":0,"open_issues_count":64,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T14:33:49.945Z","etag":null,"topics":["actions","install","redis"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/pustovitDmytro.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"patreon":"pustovit"}},"created_at":"2022-02-12T21:09:28.000Z","updated_at":"2023-03-17T02:09:51.000Z","dependencies_parsed_at":"2023-01-04T12:17:32.412Z","dependency_job_id":"a24370f4-f7af-4626-ad08-18e1d1df8a3b","html_url":"https://github.com/pustovitDmytro/redis-github-action","commit_stats":{"total_commits":197,"total_committers":7,"mean_commits":"28.142857142857142","dds":0.5685279187817258,"last_synced_commit":"4c43b7ec12f9cdca790df5bd0fc81a3de00dd90b"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pustovitDmytro%2Fredis-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pustovitDmytro%2Fredis-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pustovitDmytro%2Fredis-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pustovitDmytro%2Fredis-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pustovitDmytro","download_url":"https://codeload.github.com/pustovitDmytro/redis-github-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250333460,"owners_count":21413385,"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","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":["actions","install","redis"],"created_at":"2024-10-19T12:06:34.021Z","updated_at":"2025-04-22T22:27:43.965Z","avatar_url":"https://github.com/pustovitDmytro.png","language":"JavaScript","funding_links":["https://patreon.com/pustovit"],"categories":[],"sub_categories":[],"readme":"# redis-github-action\r\nCross platform install for [redis-server](https://redis.io/).\r\n\r\n[![CodeFactor][codefactor-badge]][codefactor-url]\r\n[![SonarCloud][sonarcloud-badge]][sonarcloud-url]\r\n[![Codacy][codacy-badge]][codacy-url]\r\n[![Total alerts][lgtm-alerts-badge]][lgtm-alerts-url]\r\n[![Language grade][lgtm-lg-badge]][lgtm-lg-url]\r\n[![Scrutinizer][scrutinizer-badge]][scrutinizer-url]\r\n\r\n[![Build Status][tests-badge]][tests-url]\r\n[![Coverage Status][badge-coverage]][url-coverage]\r\n\r\n[![Commit activity][commit-activity-badge]][github]\r\n[![FOSSA][fossa-badge]][fossa-url]\r\n[![License][badge-lic]][github]\r\n\r\n## Table of Contents\r\n  - [Requirements](#requirements)\r\n  - [Usage](#usage)\r\n  - [Contribute](#contribute)\r\n\r\n## Requirements\r\n[![Platform Status][node-ver-test-badge]][node-ver-test-url]\r\n\r\nTo use library you need to have [node](https://nodejs.org) and [npm](https://www.npmjs.com) installed in your machine:\r\n\r\n* node `\u003e=10`\r\n* npm `\u003e=6`\r\n\r\nPackage is [continuously tested][node-ver-test-url] on darwin, linux and win32 platforms. All active and maintenance [LTS](https://nodejs.org/en/about/releases/) node releases are supported.\r\n\r\n# 🇺🇦 Help Ukraine\r\nI woke up on my 26th birthday at 5 am from the blows of russian missiles. They attacked the city of Kyiv, where I live, as well as the cities in which my family and friends live. Now my country is a war zone. \r\n\r\nWe fight for democratic values, for freedom, for our future! \r\nI am stopping any support of my packages by the time until all russians leave my country on trucks or in boxes. \r\n\r\n💛💙  Help Ukraine! We need your support! There are dozen ways to help us, just do it!\r\n\r\n## Usage\r\n\r\n```yml\r\n  steps:\r\n      - uses: actions/setup-node@v2\r\n        with:\r\n          node-version: 12\r\n      - uses: actions/checkout@master\r\n      - uses: pustovitDmytro/redis-github-action@v1.0.1\r\n\r\n```\r\n\r\nSee real workflow example in [Lalaps Project](https://github.com/pustovitDmytro/lalaps/blob/master/.github/workflows/npt.yml)\r\n\r\n## Contribute\r\n\r\nMake the changes to the code and tests. Then commit to your branch. Be sure to follow the commit message conventions. Read [Contributing Guidelines](.github/CONTRIBUTING.md) for details.\r\n\r\n[npm]: https://www.npmjs.com/package/redis-github-action\r\n[github]: https://github.com/pustovitDmytro/redis-github-action\r\n[coveralls]: https://coveralls.io/github/pustovitDmytro/redis-github-action?branch=master\r\n[badge-deps]: https://img.shields.io/librariesio/release/npm/redis-github-action.svg\r\n[badge-vers]: https://img.shields.io/npm/v/redis-github-action.svg\r\n[badge-lic]: https://img.shields.io/github/license/pustovitDmytro/redis-github-action.svg\r\n[badge-coverage]: https://coveralls.io/repos/github/pustovitDmytro/redis-github-action/badge.svg?branch=master\r\n[url-coverage]: https://coveralls.io/github/pustovitDmytro/redis-github-action?branch=master\r\n\r\n[snyk-badge]: https://snyk-widget.herokuapp.com/badge/npm/redis-github-action/badge.svg\r\n[snyk-url]: https://snyk.io/advisor/npm-package/redis-github-action\r\n\r\n[tests-badge]: https://img.shields.io/circleci/build/github/pustovitDmytro/redis-github-action\r\n[tests-url]: https://app.circleci.com/pipelines/github/pustovitDmytro/redis-github-action\r\n\r\n[codefactor-badge]: https://www.codefactor.io/repository/github/pustovitdmytro/redis-github-action/badge\r\n[codefactor-url]: https://www.codefactor.io/repository/github/pustovitdmytro/redis-github-action\r\n\r\n[commit-activity-badge]: https://img.shields.io/github/commit-activity/m/pustovitDmytro/redis-github-action\r\n\r\n[scrutinizer-badge]: https://scrutinizer-ci.com/g/pustovitDmytro/redis-github-action/badges/quality-score.png?b=master\r\n[scrutinizer-url]: https://scrutinizer-ci.com/g/pustovitDmytro/redis-github-action/?branch=master\r\n\r\n[lgtm-lg-badge]: https://img.shields.io/lgtm/grade/javascript/g/pustovitDmytro/redis-github-action.svg?logo=lgtm\u0026logoWidth=18\r\n[lgtm-lg-url]: https://lgtm.com/projects/g/pustovitDmytro/redis-github-action/context:javascript\r\n\r\n[lgtm-alerts-badge]: https://img.shields.io/lgtm/alerts/g/pustovitDmytro/redis-github-action.svg?logo=lgtm\u0026logoWidth=18\r\n[lgtm-alerts-url]: https://lgtm.com/projects/g/pustovitDmytro/redis-github-action/alerts/\r\n\r\n[codacy-badge]: https://app.codacy.com/project/badge/Grade/f658ddd6ac48454a90c95f3c5fee486a\r\n[codacy-url]: https://www.codacy.com/gh/pustovitDmytro/redis-github-action/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=pustovitDmytro/redis-github-action\u0026amp;utm_campaign=Badge_Grade\r\n\r\n[sonarcloud-badge]: https://sonarcloud.io/api/project_badges/measure?project=pustovitDmytro_redis-github-action\u0026metric=alert_status\r\n[sonarcloud-url]: https://sonarcloud.io/dashboard?id=pustovitDmytro_redis-github-action\r\n\r\n[npm-downloads-badge]: https://img.shields.io/npm/dw/redis-github-action\r\n[npm-size-badge]: https://img.shields.io/bundlephobia/min/redis-github-action\r\n[npm-size-url]: https://bundlephobia.com/result?p=redis-github-action\r\n\r\n[node-ver-test-badge]: https://github.com/pustovitDmytro/redis-github-action/actions/workflows/npt.yml/badge.svg?branch=master\r\n[node-ver-test-url]: https://github.com/pustovitDmytro/redis-github-action/actions?query=workflow%3A%22Node.js+versions%22\r\n\r\n[fossa-badge]: https://app.fossa.com/api/projects/custom%2B24828%2Fredis-github-action.svg?type=shield\r\n[fossa-url]: https://app.fossa.com/projects/custom%2B24828%2Fredis-github-action?ref=badge_shield","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpustovitdmytro%2Fredis-github-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpustovitdmytro%2Fredis-github-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpustovitdmytro%2Fredis-github-action/lists"}