{"id":13755191,"url":"https://github.com/onebeyond/systemic-redis","last_synced_at":"2025-06-22T12:09:41.161Z","repository":{"id":46004162,"uuid":"63290198","full_name":"onebeyond/systemic-redis","owner":"onebeyond","description":"A systemic redis component","archived":false,"fork":false,"pushed_at":"2023-07-20T11:48:18.000Z","size":422,"stargazers_count":1,"open_issues_count":2,"forks_count":4,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-06-12T19:14:15.227Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/systemic-redis","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/onebeyond.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2016-07-14T01:02:24.000Z","updated_at":"2023-01-31T16:44:02.000Z","dependencies_parsed_at":"2024-08-03T10:02:09.607Z","dependency_job_id":null,"html_url":"https://github.com/onebeyond/systemic-redis","commit_stats":null,"previous_names":["guidesmiths/systemic-redis"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/onebeyond/systemic-redis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fsystemic-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fsystemic-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fsystemic-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fsystemic-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onebeyond","download_url":"https://codeload.github.com/onebeyond/systemic-redis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fsystemic-redis/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260272709,"owners_count":22984373,"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":["hacktoberfest"],"created_at":"2024-08-03T10:00:48.505Z","updated_at":"2025-06-22T12:09:36.147Z","avatar_url":"https://github.com/onebeyond.png","language":"JavaScript","funding_links":[],"categories":["Modules"],"sub_categories":[],"readme":"[![Maintainability](https://api.codeclimate.com/v1/badges/097fbf226b80979d8f18/maintainability)](https://codeclimate.com/github/onebeyond/systemic-redis/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/097fbf226b80979d8f18/test_coverage)](https://codeclimate.com/github/onebeyond/systemic-redis/test_coverage)\n\n# systemic-redis\n\nA [systemic](https://github.com/guidesmiths/systemic) redis component\n\n## ⚠️ Important notice\n\nUpgrading from version [2.0.1](https://github.com/guidesmiths/systemic-redis/releases/tag/v2.0.1) to versions [2.1.0](https://github.com/guidesmiths/systemic-redis/releases/tag/v2.1.0), [2.1.1](https://github.com/guidesmiths/systemic-redis/releases/tag/v2.1.1) or [2.2.0](https://github.com/guidesmiths/systemic-redis/releases/tag/v2.2.0) is discouraged because the versioning is not correct and there are breaking changes that may break your application.\n\nPlease, upgrade directly from version [2.0.1](https://github.com/guidesmiths/systemic-redis/releases/tag/v2.0.1) to version [3.0.0](https://github.com/guidesmiths/systemic-redis/releases/tag/v3.0.0), or keep using version 2.0.1.\n\n## Usage\n\n```js\nconst System = require('systemic')\nconst redis = require('systemic-redis')\n\nnew System()\n    .configure({\n        redis: {\n            url: 'redis://127.0.0.1/1'\n        }\n    })\n    .add('logger', console)\n    .add('redis', redis()).dependsOn('config', 'logger')\n    .start((err, components) =\u003e {\n        // Do stuff with components.redis\n    })\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonebeyond%2Fsystemic-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonebeyond%2Fsystemic-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonebeyond%2Fsystemic-redis/lists"}