Redis LSP for VS Code
Redis Language Server for VS Code.
Installation
- Install redis-lsp.
- 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,
}
| |