{"id":18697316,"url":"https://github.com/eltonsandre/intellij-redis","last_synced_at":"2026-02-16T10:39:20.390Z","repository":{"id":37655170,"uuid":"501085135","full_name":"eltonsandre/intellij-redis","owner":"eltonsandre","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-01T01:23:12.000Z","size":3325,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T03:48:53.091Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eltonsandre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE_PLUGIN.md","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":"2022-06-08T03:23:52.000Z","updated_at":"2024-10-01T01:23:15.000Z","dependencies_parsed_at":"2024-11-07T11:26:23.590Z","dependency_job_id":"6199f75b-561a-4c26-93bf-6811f5daf8d5","html_url":"https://github.com/eltonsandre/intellij-redis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eltonsandre/intellij-redis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eltonsandre%2Fintellij-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eltonsandre%2Fintellij-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eltonsandre%2Fintellij-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eltonsandre%2Fintellij-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eltonsandre","download_url":"https://codeload.github.com/eltonsandre/intellij-redis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eltonsandre%2Fintellij-redis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29506258,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-07T11:23:51.296Z","updated_at":"2026-02-16T10:39:19.984Z","avatar_url":"https://github.com/eltonsandre.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"![Version](https://img.shields.io/jetbrains/plugin/v/19360-redis-client)\n![Downloads](https://img.shields.io/jetbrains/plugin/d/19360-redis-client)\n![Rating](https://img.shields.io/jetbrains/plugin/r/rating/19360-redis-client)\n\n![redis](https://raw.githubusercontent.com/eltonsandre/intellij-redis/main/pluginIcon.svg)\n# Intellij Redis client plugin\n\u003e [IntelliJ IDEs Plugin Marketplace](https://plugins.jetbrains.com/plugin/19360-redis-client)\n\n\u003c!-- Plugin description --\u003e\nRedis client connection management and data manipulation for IntelliJ IDEs.\nAn advanced GUI client for Redis, Support Standalone, Sentinel, Cluster \u0026 SSH, Support redis-cli, command wrap, almost all commands are supported,\nYou'll like it.\n\n### Features:\n#### Connections management\n- Support Standalone, Sentinel, Cluster, Elasticache Redis\n- SSL/TLS \u0026 SSH\n- Credential Manager\n- Readonly protected mode\n- Global connection settings and local connection settings\n\n#### DB manager\n- Filtering and grouping of keys\n- Adding, modifying and deleting keys and value\n- Support String, List, Set, ZSet, Stream and Hash\n- Key parse Plain text, JSON, html, XML data formats\n- Seach and Pagination to values key\n- Batch delete(Flush DB)\n#### Support redis CLI \u0026 command wrap\n#### Information and statistical values about the Redis server\n\n---\n### Add new a connection\n![Add new a connection](https://raw.githubusercontent.com/eltonsandre/intellij-redis/main/gif/new-connection.gif)\n![Add new a connection](https://raw.githubusercontent.com/eltonsandre/intellij-redis/main/gif/all-connection.gif)\n\n### Cluster connection\n\n---\n![new cluster connection](https://raw.githubusercontent.com/eltonsandre/intellij-redis/main/gif/new-connection-global.gif)\n\n### Sentinel connection\n\n---\n![new sentinel connection](https://raw.githubusercontent.com/eltonsandre/intellij-redis/main/gif/readonly-new-sentinel.gif)\n\n### DB view\n\n---\n![DB view](https://raw.githubusercontent.com/eltonsandre/intellij-redis/main/gif/db-view.gif)\n\n### Keys management\n\n---\n![Keys management](https://raw.githubusercontent.com/eltonsandre/intellij-redis/main/gif/key-manager.gif)\n\n### Flush DB\n\n---\n![Flush DB](https://raw.githubusercontent.com/eltonsandre/intellij-redis/main/gif/flush-db.gif)\n\n### Redis Command/Console\n\n---\n![Redis Command/Console](https://raw.githubusercontent.com/eltonsandre/intellij-redis/main/gif/redis-command.gif)\n\n### Redis Information\n\n---\n![Redis Information](https://raw.githubusercontent.com/eltonsandre/intellij-redis/main/gif/redis-info.gif)\n\n\u003c!-- Plugin description end --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feltonsandre%2Fintellij-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feltonsandre%2Fintellij-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feltonsandre%2Fintellij-redis/lists"}