{"id":15844314,"url":"https://github.com/afeiship/ushell-module-redis","last_synced_at":"2026-04-15T16:31:37.553Z","repository":{"id":96088458,"uuid":"71987780","full_name":"afeiship/ushell-module-redis","owner":"afeiship","description":"Unix like shell module for redis.","archived":false,"fork":false,"pushed_at":"2019-11-13T06:20:09.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-22T22:10:12.024Z","etag":null,"topics":["redis","shell","unix","ushell"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/afeiship.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}},"created_at":"2016-10-26T09:29:43.000Z","updated_at":"2019-11-13T06:20:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"d9990925-6d77-4947-b80b-06155fe85cf2","html_url":"https://github.com/afeiship/ushell-module-redis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/afeiship/ushell-module-redis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fushell-module-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fushell-module-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fushell-module-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fushell-module-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afeiship","download_url":"https://codeload.github.com/afeiship/ushell-module-redis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fushell-module-redis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278616390,"owners_count":26016356,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["redis","shell","unix","ushell"],"created_at":"2024-10-05T17:21:29.680Z","updated_at":"2025-10-06T13:19:38.501Z","avatar_url":"https://github.com/afeiship.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ushell-module-redis\n\u003e Unix like shell module for redis.\n\n## resources:\n+ http://www.jianshu.com/p/17e4bc176ed7\n\n## commands:\n\n## description:\n+ centos:\n```bash\nSelected config:\nPort           : 6379\nConfig file    : /etc/redis/6379.conf\nLog file       : /var/log/redis_6379.log\nData dir       : /var/lib/redis/6379\nExecutable     : /usr/local/bin/redis-server\nCli Executable : /usr/local/bin/redis-cli\n```\n\n\n## download \u0026\u0026 install:\n```bash\nwget http://download.redis.io/redis-stable.tar.gz\ntar -zxvf redis-stable.tar.gz\ncd redis-stable\nmake\nmake install\n\n\ncd utils/\n# 执行脚本，然后一路回车都按照默认设置执行\n./install_server.sh\n\n```\n\n## usage:\n```bash\n# 查看是否启动redis服务\nps -ef | grep redis\n# 启动\n/etc/init.d/redis_6379 start\n# 通过配置文件启动\n/usr/local/bin/redis-server /etc/redis/redis.conf\n# 关闭\n/etc/init.d/redis_6379 stop\n# 关闭，假如是默认端口号，可以省略 -p 参数\n/usr/local/bin/redis-cli -p 6379 shutdown\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Fushell-module-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafeiship%2Fushell-module-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Fushell-module-redis/lists"}