PatrickJS / vscode-redis

Redis Client in VSCode!

Home Page:https://marketplace.visualstudio.com/items?itemName=Dunn.redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redis for Visual Studio Code

Build status installs rating star

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

Open a terminal to use redis-cli

terminal

Redis Data Type Support

String:

string

Hash:

hash

About

Redis Client in VSCode!

https://marketplace.visualstudio.com/items?itemName=Dunn.redis


Languages

Language:TypeScript 75.6%Language:Vue 23.5%Language:CSS 0.9%