{"id":19541356,"url":"https://github.com/wingify/vwo-node-sdk-redis-helper","last_synced_at":"2026-05-15T09:43:13.122Z","repository":{"id":222644004,"uuid":"757979245","full_name":"wingify/vwo-node-sdk-redis-helper","owner":"wingify","description":"Redis helper to connect VWO Node SDK with running Redis instance to store and retrieve VWO campaigns data","archived":false,"fork":false,"pushed_at":"2024-02-15T11:45:12.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-16T18:57:18.911Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wingify.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-15T11:35:48.000Z","updated_at":"2024-02-15T11:39:26.000Z","dependencies_parsed_at":"2024-02-15T12:52:22.678Z","dependency_job_id":null,"html_url":"https://github.com/wingify/vwo-node-sdk-redis-helper","commit_stats":null,"previous_names":["wingify/vwo-node-sdk-redis-helper"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-node-sdk-redis-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-node-sdk-redis-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-node-sdk-redis-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-node-sdk-redis-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wingify","download_url":"https://codeload.github.com/wingify/vwo-node-sdk-redis-helper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240795141,"owners_count":19858751,"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":[],"created_at":"2024-11-11T03:09:59.564Z","updated_at":"2026-05-15T09:43:13.062Z","avatar_url":"https://github.com/wingify.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## VWO Node SDK Redis Helper\n\n[![npm version](https://badge.fury.io/js/vwo-node-sdk-redis-helper.svg)](https://www.npmjs.com/package/vwo-node-sdk-redis-helper)\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)\n![](http://img.badgesize.io/wingify/vwo-node-sdk-redis-helper/master/dist/vwo-javascript-sdk.min.js?compression=gzip\u0026color=blue)\n\nThis open source library allows you to use Redis as a UserStorage Service in VWO Node SDK\n\n### Requirements\n\n- Node 6.10.0 or later - for server-side\n- Redis 4.6 or later\n\n### Installation\n\n```bash\n# via npm\nnpm install vwo-node-sdk-redis-helper --save\n\n# via yarn\nyarn add vwo-node-sdk-redis-helper\n```\n\n### How to use\n\n1. Require the helper\n\n    ```javascript\n    const VWOUserStorageRedisHelper = require('vwo-node-sdk-redis-helper');\n    ```\n\n2. Create the instance\n\n    ```javascript\n    const VWORedisStorageInstance = new VWOUserStorageRedisHelper();\n    ```\n\n3. Initialize the helper with the Redis configuration\n\n    ```javascript\n    VWORedisStorageInstance.init({\n      // URL to connect with Redis\n      url: 'http://localhost',\n      // password to connect to Redis, if any\n      password: \"test@123\",\n      // (Optional) port where redis is listening, by default 6379\n      port: 1234\n    });\n    ```\n\n### Documentation\n\nRefer [Official VWO Documentation](https://developers.vwo.com/docs/fullstack-overview)\n\n### Authors\n\n* [Saksham Gupta](https://github.com/sakshamg1304)\n\n### Changelog\n\nRefer [CHANGELOG.md](https://github.com/wingify/vwo-node-sdk-redis-helper/blob/master/CHANGELOG.md)\n\n### Contributing\n\nPlease go through our [contributing guidelines](https://github.com/wingify/vwo-node-sdk-redis-helper/blob/master/CONTRIBUTING.md)\n\n### Code of Conduct\n\n[Code of Conduct](https://github.com/wingify/vwo-node-sdk-redis-helper/blob/master/CODE_OF_CONDUCT.md)\n\n### License\n\n[Apache License, Version 2.0](https://github.com/wingify/vwo-node-sdk-redis-helper/blob/master/LICENSE)\n\nCopyright 2024 Wingify Software Pvt. Ltd.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwingify%2Fvwo-node-sdk-redis-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwingify%2Fvwo-node-sdk-redis-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwingify%2Fvwo-node-sdk-redis-helper/lists"}