{"id":25206743,"url":"https://github.com/lujiajing1126/redis-cli","last_synced_at":"2025-04-07T09:20:06.115Z","repository":{"id":46724307,"uuid":"39884720","full_name":"lujiajing1126/redis-cli","owner":"lujiajing1126","description":"A Redis-Cli Tool written in typescript for terminal","archived":false,"fork":false,"pushed_at":"2023-11-01T13:58:20.000Z","size":927,"stargazers_count":84,"open_issues_count":12,"forks_count":17,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-31T07:08:51.577Z","etag":null,"topics":["cli","node","redis","redis-cli"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/lujiajing1126.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-07-29T09:19:50.000Z","updated_at":"2024-08-19T18:38:44.000Z","dependencies_parsed_at":"2024-06-18T15:22:35.104Z","dependency_job_id":"74d13b0d-5954-440e-a21e-9f3ed1fef358","html_url":"https://github.com/lujiajing1126/redis-cli","commit_stats":{"total_commits":138,"total_committers":11,"mean_commits":"12.545454545454545","dds":"0.21014492753623193","last_synced_commit":"84edd884f6ac73f1318de2fe18b216f450207804"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lujiajing1126%2Fredis-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lujiajing1126%2Fredis-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lujiajing1126%2Fredis-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lujiajing1126%2Fredis-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lujiajing1126","download_url":"https://codeload.github.com/lujiajing1126/redis-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247622983,"owners_count":20968575,"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":["cli","node","redis","redis-cli"],"created_at":"2025-02-10T11:18:02.718Z","updated_at":"2025-04-07T09:20:06.088Z","avatar_url":"https://github.com/lujiajing1126.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![license](https://img.shields.io/github/license/lujiajing1126/redis-cli.svg)](https://github.com/lujiajing1126/redis-cli)\n[![npm version](https://badge.fury.io/js/redis-cli.svg)](https://badge.fury.io/js/redis-cli)\n[![CircleCI](https://circleci.com/gh/lujiajing1126/redis-cli.svg?style=svg)](https://circleci.com/gh/lujiajing1126/redis-cli)\n[![Codecov](https://codecov.io/gh/lujiajing1126/redis-cli/branch/master/graph/badge.svg)](https://codecov.io/gh/lujiajing1126/redis-cli)\n\n[![NPM](https://nodei.co/npm/redis-cli.png)](https://github.com/lujiajing1126/redis-cli)\n\n## Redis-Cli\n\n### Install\n\n```shell\n$ npm install -g redis-cli\n```\n\n### Usage\n\n```shell\n$ rdcli\n// which is default connect to 127.0.0.1:6379\n$ rdcli -h 10.4.23.235\n// which will connect to 10.4.23.235\n$ rdcli -c\n// works in cluster mode, which will follow cluster redirection\n```\n\n\n```\n$ rdcli --help\nrdcli [OPTIONS] [cmd [arg [arg ...]]]\n\nOptions:\n      --help     Show help                                             [boolean]\n      --version  Show version number                                   [boolean]\n  -h, --host     Server hostname (default: 127.0.0.1).\n                                                 [string] [default: \"127.0.0.1\"]\n  -p, --port     Server port (default: 6379).           [number] [default: 6379]\n  -s, --socket   Server socket (overrides hostname and port).           [string]\n  -a, --auth     Server password.                                       [string]\n  -n             Database number                           [number] [default: 0]\n  -u             Server URI.                                            [string]\n  -m, --mode     Server Type, only redis available now.\n                                           [choices: \"redis\"] [default: \"redis\"]\n  -c, --cluster  Enable cluster mode (follow -ASK and -MOVED redirections).\n                                                      [boolean] [default: false]\n      --tls      Establish a secure TLS connection.   [boolean] [default: false]\n```\n\n## Roadmap\n- more available cli params like official redis-cli\n- handle cluster-like redis (PaaS) which do not support **ALL** CMD\n- support MEMCACHE protocol\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flujiajing1126%2Fredis-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flujiajing1126%2Fredis-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flujiajing1126%2Fredis-cli/lists"}