Skip to content

fagnercarvalho/vscode-redis-lsp

Repository files navigation

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,
}