Redis easy to use interface management tool to share

AnotherRedisDesktopManager

Charges

free

download link

https://github.com/qishibo/AnotherRedisDesktopManager/releases

Operation interface

Insert picture description here

vscode plugin: easy-redis

Charges

free

Plugin name

easy-redis

Operation interface

Insert picture description here

Introduction

  • [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://:[email protected]:6380/4
  • Once adding redis server address correctly, you will be able to see the list of keys on REDIS EXPLORER.

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

  • [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 hash value] Hash type value MUST be written in JSON form.

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

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

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

  • [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.

idea plugin-Redis

Charges

free

Plugin name

Redis

Operation interface

Insert picture description here

Summary recommendations

Personal feeling

Ease of use

AnotherRedisDesktopManager> idea plugin-Redis> vscode plugin: easy-redis

Severity

AnotherRedisDesktopManager> vscode plugin: easy-redis> idea plugin-Redis

Final recommendation

After all, the idea itself is more comprehensive and heavier. If you use idea development, it is recommended to use the idea plugin directly.

If you do not use idea development, it is recommended to use AnotherRedisDesktopManager directly

Published 4 original articles · Likes0 · Visits 289

Guess you like

Origin blog.csdn.net/qq_41692766/article/details/105535824