Redis for Visual Studio Code
![star](https://img.shields.io/github/stars/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, set, zset and stream type.
- 🔐(TODO) Support SSL/TLS and SSH Tunnel.
- 🌏(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
![Settings](https://dev.azure.com/pikadun/lfs/_apis/git/repositories/vscode-redis/items?%24format=octetStream&path=readme/settings.png)
Open a terminal to use redis-cli
![Terminal](https://dev.azure.com/pikadun/lfs/_apis/git/repositories/vscode-redis/items?%24format=octetStream&path=readme/terminal.png)
View redis command execution log
![Log](https://dev.azure.com/pikadun/lfs/_apis/git/repositories/vscode-redis/items?%24format=octetStream&path=readme/log.png)
Redis Data Type Support
String:
![String](https://dev.azure.com/pikadun/lfs/_apis/git/repositories/vscode-redis/items?%24format=octetStream&path=readme/string.png)
Hash:
![Hash](https://dev.azure.com/pikadun/lfs/_apis/git/repositories/vscode-redis/items?%24format=octetStream&path=readme/hash.png)
List:
![List](https://dev.azure.com/pikadun/lfs/_apis/git/repositories/vscode-redis/items?%24format=octetStream&path=readme/list.png)
Set:
![Set](https://dev.azure.com/pikadun/lfs/_apis/git/repositories/vscode-redis/items?%24format=octetStream&path=readme/set.png)
ZSet:
![ZSet](https://dev.azure.com/pikadun/lfs/_apis/git/repositories/vscode-redis/items?%24format=octetStream&path=readme/zset.png)
Stream:
![Stream](https://dev.azure.com/pikadun/lfs/_apis/git/repositories/vscode-redis/items?%24format=octetStream&path=readme/stream.png)
| |