# vscode-redis **Repository Path**: mirrors_PatrickJS/vscode-redis ## Basic Information - **Project Name**: vscode-redis - **Description**: Redis Client in VSCode! - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Redis for Visual Studio Code [![Build status](https://dev.azure.com/pikadun/vscode-redis/_apis/build/status/vscode-redis-build)](https://dev.azure.com/pikadun/vscode-redis/_build?definitionId=6) [![installs](https://vsmarketplacebadge.apphb.com/installs-short/Dunn.redis.svg)](https://marketplace.visualstudio.com/items?itemName=Dunn.redis) [![rating](https://vsmarketplacebadge.apphb.com/rating-star/Dunn.redis.svg)](https://marketplace.visualstudio.com/items?itemName=Dunn.redis) [![star](https://img.shields.io/github/stars/pikadun/vscode-redis)](https://github.com/pikadun/vscode-redis) Welcome to the redis extension for Visual Studio Code! This extension lets you connect to a Redis Server and manage data. ## Feature + ✨An easy-to-use GUI to access your Redis databases. + ✨Execute the redis commands through the terminal in vscode. + ✨Support **string**, **hash**, **list**(TODO), **set**(TODO), **zset**(TODO) and **stream**(TODO) type. + ✨(TODO) Support **TLS**, **SSH** and **TLS-over-SSH tunneling**. + ✨(TODO) Multilingual support. ## Usage ### Installation + In Visual Studio Code, select **View** > **Command Palette**, or press **Ctrl+Shift+P**, or press **F1** to open the **Command Palette**. + In the **Command Palette**, select **Extensions: Install Extensions** from the dropdown. + In the **Extensions** pane, type *Dunn.redis*. + Select the **Redis** extension, and then select Install. + After the installation completes, select Reload to enable the extension. ### You can add a redis connection by follow steps ![connection](https://dev.azure.com/pikadun/lfs/_apis/git/repositories/vscode-redis/items?%24format=octetStream&path=connection.png) ### Open a terminal to use redis-cli ![terminal](https://dev.azure.com/pikadun/lfs/_apis/git/repositories/vscode-redis/items?%24format=octetStream&path=terminal.png) ## Redis Data Type Support **String:** ![string](https://dev.azure.com/pikadun/lfs/_apis/git/repositories/vscode-redis/items?%24format=octetStream&path=string.png) **Hash:** ![hash](https://dev.azure.com/pikadun/lfs/_apis/git/repositories/vscode-redis/items?%24format=octetStream&path=hash.png)