Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Redis Command RunnerNew to Visual Studio Code? Get it now.
Redis Command Runner

Redis Command Runner

Preview

Zeros and Ones

|
1,584 installs
| (0) | Free
redis client within VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

redis icon Redis Command Runner

This extension allows connecting to a redis server and running commands against the server and displaying the results

Features

Redis Comand Runner: Connect

connect

Connects to a Redis server. The first time you connect to a server using this extension an input is displayed to enter the url of the server, then a prompt is displayed to allow a password to be entered, (if a password is not required you can just press the enter key). After you have connected to a server the addessess will be displayed in a quick pick when using the connect command in the future, this quickpick list currently holds 5 different server urls. The current connection status and server address is displayed in the bottom right hand of the editor window.

connection status

Redis Command Runner: Command

command

Sends a command to the Redis server and displays the server's output. A propmet ius displayed to enter the command, the whole command is entered into the prompt. Text for a command parameter that includes spaces needs to be enclosed in single or double quotes.

command prompt

command output

Redis Command Runner: Disconnect

disconnect

Disconnects from the redis server.

disconnect status

Requirements

Currently the extension does not hve any requirements or dependencies.

Extension Settings

This extension provides some settings under the title 'Redis Command Runner' in the 'settings.json' file

server-urls: a string array listing the server addesses to display in the quick pick list when using the connect command

Known Issues and Feature Requests

Issues and feature request can be report via Github.

Release Notes

The change log for the extension can be found here

License

MIT

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