{"id":19793598,"url":"https://github.com/darky/memoize-redis-decorator","last_synced_at":"2026-05-15T21:39:54.394Z","repository":{"id":150092579,"uuid":"143342014","full_name":"darky/memoize-redis-decorator","owner":"darky","description":"Memoize decorator, backed by Redis","archived":false,"fork":false,"pushed_at":"2018-08-02T20:39:13.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-06T05:41:12.133Z","etag":null,"topics":["cache","decorator","memoize","redis"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2018-08-02T20:29:26.000Z","updated_at":"2020-01-22T16:11:00.000Z","dependencies_parsed_at":"2023-06-05T07:45:34.322Z","dependency_job_id":null,"html_url":"https://github.com/darky/memoize-redis-decorator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/darky/memoize-redis-decorator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darky%2Fmemoize-redis-decorator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darky%2Fmemoize-redis-decorator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darky%2Fmemoize-redis-decorator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darky%2Fmemoize-redis-decorator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darky","download_url":"https://codeload.github.com/darky/memoize-redis-decorator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darky%2Fmemoize-redis-decorator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265151840,"owners_count":23719123,"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":["cache","decorator","memoize","redis"],"created_at":"2024-11-12T07:10:30.078Z","updated_at":"2026-05-15T21:39:49.367Z","avatar_url":"https://github.com/darky.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# memoize-redis-decorator\nMemoize decorator, backed by Redis\n\n## Example\n\n```typescript\nimport {MemoizeRedis} from 'memoize-redis-decorator'\n\nconst memoizeRedis = new MemoizeRedis({\n  ttl: 600 // Time to live, default 600 seconds\n  redisOptions: {} // Options, which directly passed to ioredis. By default, connected to locahost:6379\n})\n\nclass MyClass {\n  @memoizeRedis.memoize()\n  async needCache(args) {\n    // Some heavy stuff...\n  }\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarky%2Fmemoize-redis-decorator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarky%2Fmemoize-redis-decorator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarky%2Fmemoize-redis-decorator/lists"}