https://github.com/redis/Redis-for-VS-Code
Redis GUI extension for Visual Studio Code by Redis
https://github.com/redis/Redis-for-VS-Code
Last synced: 2 months ago
JSON representation
Redis GUI extension for Visual Studio Code by Redis
- Host: GitHub
- URL: https://github.com/redis/Redis-for-VS-Code
- Owner: RedisInsight
- License: other
- Created: 2023-10-26T10:48:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T13:54:59.000Z (over 1 year ago)
- Last Synced: 2024-10-27T15:28:12.875Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 45.7 MB
- Stars: 20
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Redis for VS Code
Redis for VS Code is the official Visual Studio Code extension that provides an intuitive and efficient GUI for Redis databases, developed by Redis.

## Key features:
* Universal Redis Support: Connect to any Redis instance, including Redis Community Edition, Redis Cloud, Redis Software, and Redis on Azure Cache.
* Advanced Connectivity: Supports TLS certificates and SSH tunnels, with an option for automatic data decompression for GZIP, SNAPPY, Brotli, and more.
* Data types: Supports strings, hashes, lists, sets, sorted sets, and JSON.
* Human-readable data representation: Offers formatters like ASCII, JSON, Binary, Hex, 32-bit, and 64-bit vectors, and other.
* Integrated Redis CLI: Leverage Redis CLI with syntax preview as you type commands.
For more details, check out the [release notes](https://github.com/RedisInsight/Redis-for-VS-Code/releases).
## Get started with Redis for VS Code
This repository contains the source code for the Redis for VS Code extension. Install the extension from the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=redis.redis-for-vscode).
## Running locally
* Run following installation commands.
```yarn install```
```yarn download:backend```
* On the VS Code sidebar, click on the "Run and Debug" icon.
* Choose the "Run Dev Extension" configuration and click the run button next to it.
* Application will be ran in watch mode and new VS Code window should open.
## Feedback
We welcome your feedback and contributions to make Redis for VS Code even better. Here’s how you can get involved:
* Suggest a new [feature](https://github.com/RedisInsight/Redis-for-VS-Code/issues/new?assignees=&labels=&projects=&template=feature_request.md&title=)
* Upvote [popular feature requests](https://github.com/RedisInsight/Redis-for-VS-Code/issues?q=is%3Aissue+is%3Aopen+sort%3Acomments-desc)
* Report a [bug](https://github.com/RedisInsight/Redis-for-VS-Code/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=%5BBUG%5D)
## Telemetry
Redis for VS Code includes an opt-in telemetry system to help us improve the developer experience. We respect your privacy — any data collected is anonymized. You can disable telemetry at any time via the extension’s settings page.
## License
Redis for VS Code is licensed under the [SSPL](/LICENSE).