{"id":22207660,"url":"https://github.com/vitorsalgado/vscode-redis","last_synced_at":"2025-07-27T08:32:56.747Z","repository":{"id":10197223,"uuid":"64848033","full_name":"vitorsalgado/vscode-redis","owner":"vitorsalgado","description":"Adds common Redis commands to VS Code","archived":false,"fork":false,"pushed_at":"2022-03-28T17:07:22.000Z","size":579,"stargazers_count":9,"open_issues_count":10,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-23T01:06:48.154Z","etag":null,"topics":["javascript","redis","vscode","vscode-extension","vscode-plugin"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=vitorsalgado.vscode-redis","language":"JavaScript","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/vitorsalgado.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-03T13:26:15.000Z","updated_at":"2023-09-02T03:04:38.000Z","dependencies_parsed_at":"2022-08-07T05:15:34.402Z","dependency_job_id":null,"html_url":"https://github.com/vitorsalgado/vscode-redis","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitorsalgado%2Fvscode-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitorsalgado%2Fvscode-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitorsalgado%2Fvscode-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitorsalgado%2Fvscode-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitorsalgado","download_url":"https://codeload.github.com/vitorsalgado/vscode-redis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227786833,"owners_count":17819776,"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":["javascript","redis","vscode","vscode-extension","vscode-plugin"],"created_at":"2024-12-02T19:13:59.640Z","updated_at":"2024-12-02T19:14:00.452Z","avatar_url":"https://github.com/vitorsalgado.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://marketplace.visualstudio.com/items?itemName=vitorsalgado.vscode-redis\"\u003e\u003cimg src=\"assets/icon.png\" width=\"150px\" align=\"right\" /\u003e\u003c/a\u003e\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n# VS Code Redis\n#### Extension for Visual Studio Code \n[![Build Status](https://travis-ci.org/vitorsalgado/vscode-redis.svg?branch=master)](https://travis-ci.org/vitorsalgado/vscode-redis) \n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com) \n![Version](https://vsmarketplacebadge.apphb.com/version/vitorsalgado.vscode-redis.svg \"Marketplace\") \n![Installs](https://vsmarketplacebadge.apphb.com/installs/vitorsalgado.vscode-redis.svg \"Installs\")  \nAdds common Redis commands to VS Code Command Palette.\n\n## Install\nThe Plugin on [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=vitorsalgado.vscode-redis).\n* Press `Ctrl + Shift + P`\n* Pick  `Extensions: Install Extension`\n* Search for **vscode-redis**\n\n## Usage\n![how to](assets/how-to.gif)\n\n## Features\n* Multiple Redis connections;\n* Switch between server connections;\n* \"Command Palette\" supported Redis commands:\n    * `info`\n    * `get`\n    * `set`\n    * `hget`\n    * `hset`\n    * `del`\n    * `hdel`\n    * `hgetall`\n    * `llen`\n    * `lpush`\n    * `lpushx`\n    * `rpush`\n    * `rpushx`\n    * `lindex`\n    * `linsert`\n    * `lrange`\n    * `lpop`\n    * `rpop`\n    * `lset`\n    * `ltrim`\n\n## Optional Extension Settings\nYou can configure multiple Redis connections on your workspace. \nFirst, place a file named \"redis.json\" in .vscode folder. Open \"redis.json\" and edit it following the sample below:\n```\n{\n    \"databases\": [\n        {\n            \"name\": \"local\",\n            \"url\": \"redis://localhost:6379\"\n        },\n        {\n            \"name\": \"production\",\n            \"url\": \"rediss://production-address:9091\",\n            \"password\": \"super_secret_password\"\n        }\n    ]\n}\n```\nExecute the command `Redis: Reload Configuration` to load the servers listed in configuration file.\n\n## Changelog\nSee [Changelog](CHANGELOG.md).\n\n## Contributing\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\nWe use **[Semantic Versioning](https://semver.org/)** for versioning. For the versions available, see the tags on this repository.\n\n## License\nThis project is available under MIT License. See [LICENSE](LICENSE).\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/chengjie\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/1262026?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLexCher\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vitorsalgado/vscode-redis/commits?author=chengjie\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/zerosandones\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/1217057?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDave Glendenning\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vitorsalgado/vscode-redis/commits?author=zerosandones\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitorsalgado%2Fvscode-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitorsalgado%2Fvscode-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitorsalgado%2Fvscode-redis/lists"}