Welcome to the redis extension for Visual Studio Code!
This extension lets you connect to a Redis Server and manage data.
- π»An easy-to-use GUI to access your Redis databases.
- πΉExecute the redis commands through the terminal in vscode.
- πΎSupport string, hash, list, set, zset and stream type.
- π(TODO) Support SSL/TLS and SSH Tunnel.
- π(TODO) Multilingual support.
- 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.