A simple redis UI
very basic right now, i.e. only 5% of features implented
Image paths are relative to this README file.
For example if there is an image subfolder under your extension project workspace:
![tree-view](media/0.0.3.png)
Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.
If you have any requirements or dependencies, add a section describing those and how to install and configure them.
Include if your extension adds any VS Code settings through the contributes.configuration
extension point.
For example:
This extension contributes the following settings:
myExtension.enable
: enable/disable this extensionmyExtension.thing
: set toblah
to do something
security concerns for storing of creds no edit ability poor value view ability it's not exactly rapid
See changelog for historical notes
renamed to redi, nav works with multiple servers and can show keys under servers
Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+\
on macOS orCtrl+\
on Windows and Linux) - Toggle preview (
Shift+CMD+V
on macOS orShift+Ctrl+V
on Windows and Linux) - Press
Ctrl+Space
(Windows, Linux) orCmd+Space
(macOS) to see a list of Markdown snippets
Enjoy!
Icons made by Freepik from www.flaticon.com
ImageMagick was used to convert svg to png:
convert -density 1200 -resize 150x150 r.svg r.png
Tedis is used to communicate with your redis servers.
Icon made by Raj Dev from www.freeicons.io