{"id":21611275,"url":"https://github.com/runnerty/executor-redis","last_synced_at":"2026-02-08T11:02:54.644Z","repository":{"id":19742144,"uuid":"87555892","full_name":"runnerty/executor-redis","owner":"runnerty","description":"Runnerty module: Redis executor","archived":false,"fork":false,"pushed_at":"2024-10-01T06:21:48.000Z","size":190,"stargazers_count":1,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T05:53:43.717Z","etag":null,"topics":["executor","redis","runnerty"],"latest_commit_sha":null,"homepage":null,"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/runnerty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-07T14:39:22.000Z","updated_at":"2021-09-30T08:19:03.000Z","dependencies_parsed_at":"2024-11-24T21:11:52.435Z","dependency_job_id":"e8420619-22c7-4fda-89a9-6a42e105e112","html_url":"https://github.com/runnerty/executor-redis","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runnerty%2Fexecutor-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runnerty%2Fexecutor-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runnerty%2Fexecutor-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runnerty%2Fexecutor-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/runnerty","download_url":"https://codeload.github.com/runnerty/executor-redis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248347978,"owners_count":21088779,"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":["executor","redis","runnerty"],"created_at":"2024-11-24T21:11:48.094Z","updated_at":"2026-02-08T11:02:49.624Z","avatar_url":"https://github.com/runnerty.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://runnerty.io\"\u003e\n    \u003cimg height=\"257\" src=\"https://runnerty.io/assets/header/logo-stroked.png\"\u003e\n  \u003c/a\u003e\n  \u003cp align=\"center\"\u003eSmart Processes Management\u003c/p\u003e\n\u003c/p\u003e\n\n[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Dependency Status][david-badge]][david-badge-url]\n\u003ca href=\"#badge\"\u003e\n  \u003cimg alt=\"code style: prettier\" src=\"https://img.shields.io/badge/code_style-prettier-ff69b4.svg\"\u003e\n\u003c/a\u003e\n\n# Redis executor for [Runnerty]:\n\n### Installation:\nThrough NPM\n\n```bash\nnpm i @runnerty/executor-redis\n```\n\nYou can also add modules to your project with [runnerty]\n\n```bash\nnpx runnerty add @runnerty/executor-redis\n```\n\nThis command installs the module in your project, adds example configuration in your [config.json] and creates an example plan of use.\n\nIf you have installed [runnerty] globally you can include the module with this command:\n\n```bash\nrunnerty add @runnerty/executor-redis\n```\n\n### Configuration sample:\n```json\n{\n  \"id\": \"redis_default\",\n  \"type\": \"@runnerty-executor-redis\",\n  \"password\": \"redis_password\",\n  \"host\": \"redishost.com\",\n  \"port\": \"6379\",\n  \"db\": 0,\n  \"options\": {}\n}\n```\nMore info about options [here.](https://github.com/NodeRedis/node-redis/blob/master/README.md#options-object-properties)\n### Plan sample:\n```json\n{\n  \"id\":\"redis_default\",\n  \"command_file\": \"/etc/runnerty/redis_files/test.txt\"\n}\n```\n\n```json\n{\n  \"id\":\"redis_default\",\n  \"command\": \"KEYS *\"\n}\n```\n\n### Output (Process values):\n* `PROCESS_EXEC_DATA_OUTPUT`: Redis output message. \n* `PROCESS_EXEC_ERR_OUTPUT`: Error output message.\n\n[Runnerty]: https://www.runnerty.io\n[downloads-image]: https://img.shields.io/npm/dm/@runnerty/executor-redis.svg\n[npm-url]: https://www.npmjs.com/package/@runnerty/executor-redis\n[npm-image]: https://img.shields.io/npm/v/@runnerty/executor-redis.svg\n[david-badge]: https://david-dm.org/runnerty/executor-redis.svg\n[david-badge-url]: https://david-dm.org/runnerty/executor-redis\n[config.json]: http://docs.runnerty.io/config/\n[plan.json]: http://docs.runnerty.io/plan/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunnerty%2Fexecutor-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frunnerty%2Fexecutor-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunnerty%2Fexecutor-redis/lists"}