{"id":19083707,"url":"https://github.com/deepstreamio/deepstream.io-cache-redis","last_synced_at":"2025-04-09T12:03:46.600Z","repository":{"id":25534647,"uuid":"28967147","full_name":"deepstreamIO/deepstream.io-cache-redis","owner":"deepstreamIO","description":"A cache connector for Redis","archived":false,"fork":false,"pushed_at":"2024-10-31T16:49:45.000Z","size":9196,"stargazers_count":21,"open_issues_count":2,"forks_count":23,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-02T11:04:57.243Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deepstreamIO.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":"2015-01-08T13:29:50.000Z","updated_at":"2024-12-19T11:21:33.000Z","dependencies_parsed_at":"2024-11-09T02:49:00.514Z","dependency_job_id":"565a16b4-8b54-4d0f-a755-d9546510fe3e","html_url":"https://github.com/deepstreamIO/deepstream.io-cache-redis","commit_stats":{"total_commits":140,"total_committers":15,"mean_commits":9.333333333333334,"dds":"0.30714285714285716","last_synced_commit":"b84d823340b76eb4db9b97968e52c782cf35d82d"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepstreamIO%2Fdeepstream.io-cache-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepstreamIO%2Fdeepstream.io-cache-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepstreamIO%2Fdeepstream.io-cache-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepstreamIO%2Fdeepstream.io-cache-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepstreamIO","download_url":"https://codeload.github.com/deepstreamIO/deepstream.io-cache-redis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036060,"owners_count":21037092,"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-09T02:48:50.029Z","updated_at":"2025-04-09T12:03:46.568Z","avatar_url":"https://github.com/deepstreamIO.png","language":"TypeScript","readme":"# deepstream.io-cache-redis [![npm version](https://badge.fury.io/js/%40deepstream%2Fcache-redis.svg)](https://badge.fury.io/js/%40deepstream%2Fcache-redis)\n\n[deepstream](http://deepstream.io) cache connector for [redis](http://redis.io/)\n\nThis connector uses [the npm redis package](https://www.npmjs.com/package/ioredis). Please have a look there for detailed options.\n\n## Installation\n**npm**\n```\nnpm install @deepstream/cache-redis\n```\n**yarn**\n```\nyarn add @deepstream/cache-redis\n```\n\n## Basic Setup\n`config.yml`\n```yaml\ncache:\n  name: redis\n  options:\n    host: ${REDIS_HOST}\n    port: ${REDIS_PORT}\n    db: ${REDIS_DB_INDEX} // optional\n    ttl: 86400 // optional time to live in seconds\n```\n\n\n## Basic Setup with TLS support\nIf you need to establish the redis connection via tls, set the `tls` option:\n```yaml\ncache:\n  name: redis\n  options:\n    host: ${REDIS_HOST}\n    port: ${REDIS_PORT}\n    db: ${REDIS_DB_INDEX} // optional\n    ttl: 86400 // optional time to live in seconds\n    tls: {}\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepstreamio%2Fdeepstream.io-cache-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepstreamio%2Fdeepstream.io-cache-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepstreamio%2Fdeepstream.io-cache-redis/lists"}