{"id":15492135,"url":"https://github.com/imjuni/redis-info-parser","last_synced_at":"2026-05-16T08:08:34.081Z","repository":{"id":64282657,"uuid":"549630490","full_name":"imjuni/redis-info-parser","owner":"imjuni","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-30T10:52:07.000Z","size":130,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-19T10:27:13.275Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imjuni.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}},"created_at":"2022-10-11T13:42:14.000Z","updated_at":"2023-03-17T13:20:36.000Z","dependencies_parsed_at":"2023-01-31T11:16:01.337Z","dependency_job_id":null,"html_url":"https://github.com/imjuni/redis-info-parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imjuni%2Fredis-info-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imjuni%2Fredis-info-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imjuni%2Fredis-info-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imjuni%2Fredis-info-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imjuni","download_url":"https://codeload.github.com/imjuni/redis-info-parser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247299850,"owners_count":20916193,"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-10-02T07:58:59.810Z","updated_at":"2026-05-16T08:08:29.051Z","avatar_url":"https://github.com/imjuni.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redis-info-parser\n\nRedis info string parser\n\n## install\n\n```sh\nnpm install redis-info-parser\n```\n\n## Usage\n\n```ts\n// sample.mjs\nimport ioredis from 'ioredis';\nimport getRedisInfo from 'redis-info-parser';\n\nconst redis = new ioredis(6379, 'localhost');\nconst infoStr = await redis.info();\nconst info = getRedisInfo(infoStr);\n\nconsole.log(info.Keyspace);\n\nredis.disconnect();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimjuni%2Fredis-info-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimjuni%2Fredis-info-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimjuni%2Fredis-info-parser/lists"}