Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>easy-redisNew to Visual Studio Code? Get it now.
easy-redis

easy-redis

youngki

|
14,251 installs
| (3) | Free
To access redis easily
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info
  • Note
  • Features
  • Usage
  • Extension Settings
  • Contribution

Note

To easily access to Redis Server from UI.

Add .vscode/.easyRedis.redis file to .gitignore

Features

  1. List up keys on Redis explorer
  2. Once you click one of keys, it will open a temporary editable file.
  3. As you save the file, it will automatically store it to Redis.
  4. Add and delete key from Redis explorer.

Usage

  • [Add server] Add redis server address. (Ctrl+Shift+p or directly edit easyRedis.address in settings.json)
# url format example
# Connect to 127.0.0.1:6380, db 4, using password "authpassword"
redis://:authpassword@127.0.0.1:6380/4

add redis server

  • Once adding redis server address correctly, you will be able to see the list of keys on REDIS EXPLORER.

redis explorer

  • [Server Info] As you click on root, you can see the server info that you provided.

server info

  • [Edit single value] You can edit value that held by key on text editor and save it (ctrl+s) to store it to Redis.

edit single item

  • [Edit hash value] Hash type value MUST be written in JSON form.

edit hash item

  • [Delete item] Click on a key you want to delete and then click - icon on each item.

delete item

  • [Flush DB] You can now use "flush db" feature that delete all items at once.

flush item

  • [Add item] Click on + icon, put key string, edit value and save it (ctrl+s)!

add item

  • [Refresh] Click on refresh icon that look like circle'ish in order to reconnect and refresh tree view. You can use this to reconnect redis as well after disconnect redis

  • [Disconnect] Click on disconnect icon to disconnect redis.

Extension Settings

  • easyRedis.address: add redis server address in url form. (ex: redis://localhost)

Contribution

If you have a great idea to make this better, please email me at yellowgg2@gmail.com or fork the repo and submit pull requests.

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft