Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Redis Language ServerNew to Visual Studio Code? Get it now.
Redis Language Server

Redis Language Server

Preview

fagnercarvalho

|
1,112 installs
| (0) | Free
Redis Language Server for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Redis LSP for VS Code

Redis Language Server for VS Code.

Installation

  1. Install redis-lsp.
  2. Install vscode-redis-lsp.
    • Open any *.redis file in VS Code to use the extension.

Configuration

{
     "redis-lsp.address": "localhost:6379",
     "redis-lsp.username": "",
     "redis-lsp.password": "",
     "redis-lsp.database": 0,
     "redis-lsp.db-cache": false,
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft