{"id":14530643,"url":"https://github.com/SaltFishPr/redis-viewer","last_synced_at":"2025-09-02T02:31:22.483Z","repository":{"id":40372632,"uuid":"456796243","full_name":"saltfishpr/redis-viewer","owner":"saltfishpr","description":"A tool to view redis data in terminal.","archived":false,"fork":false,"pushed_at":"2022-06-28T14:31:44.000Z","size":1631,"stargazers_count":151,"open_issues_count":6,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-03T20:37:18.944Z","etag":null,"topics":["go","redis","tui"],"latest_commit_sha":null,"homepage":"","language":"Go","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/saltfishpr.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}},"created_at":"2022-02-08T05:31:22.000Z","updated_at":"2025-02-07T05:23:54.000Z","dependencies_parsed_at":"2022-07-17T12:30:37.727Z","dependency_job_id":null,"html_url":"https://github.com/saltfishpr/redis-viewer","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/saltfishpr/redis-viewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltfishpr%2Fredis-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltfishpr%2Fredis-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltfishpr%2Fredis-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltfishpr%2Fredis-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saltfishpr","download_url":"https://codeload.github.com/saltfishpr/redis-viewer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltfishpr%2Fredis-viewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273219819,"owners_count":25066242,"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-09-02T02:00:09.530Z","response_time":77,"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":["go","redis","tui"],"created_at":"2024-09-05T00:01:08.815Z","updated_at":"2025-09-02T02:31:22.213Z","avatar_url":"https://github.com/saltfishpr.png","language":"Go","funding_links":[],"categories":["\u003ca name=\"data-management\"\u003e\u003c/a\u003eData management","Applications"],"sub_categories":["Database Tools"],"readme":"# Redis Viewer\n\nA tool to view Redis data in terminal.\n\n![user interface](images/ui.png)\n\n## Install\n\nGo version \u003e=1.16: `go install github.com/saltfishpr/redis-viewer@latest`\n\nor\n\nDownload from [Release](https://github.com/saltfishpr/redis-viewer/releases).\n\n## Usage:\n\nSee help: `redis-viewer --help`\n\n| KeyBoard | Description            |\n| :------: | :--------------------- |\n|  ctrl+c  | exit redis viewer      |\n|    ↑     | previous key           |\n|    ↓     | next key               |\n|    ←     | previous page          |\n|    →     | next page              |\n|    r     | reload data from redis |\n|    s     | enter search keywords  |\n|  enter   | apply scan with text   |\n\n|    Mouse    | Description        |\n| :---------: | :----------------- |\n|  scroll up  | detail scroll up   |\n| scroll down | detail scroll down |\n\ndefault config file path is `$HOME/.redis-viewer.yaml`\n\nexample config file:\n\n```yaml\naddrs:\n    - 127.0.0.1:6380\n    - 127.0.0.1:6381\n    - 127.0.0.1:6382\n    - 127.0.0.1:6383\n    - 127.0.0.1:6384\n    - 127.0.0.1:6385\n\ndb:\nusername:\npassword:\n\nmaster_name:\n```\n\n## Support:\n\n-   client, sentinel and cluster mode.\n-   `string, hash, list, set, zset` key types.\n\n## Note:\n\nIn Windows, you should change system encoding to `UTF-8` before run this program.\n\n## TODOs:\n\n-   [x] Add load animation.\n-   [x] Friendly value detail.\n-   [ ] Add log view.\n\nBuild with [bubbletea](https://github.com/charmbracelet/bubbletea).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSaltFishPr%2Fredis-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSaltFishPr%2Fredis-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSaltFishPr%2Fredis-viewer/lists"}