Redis Language Server for VS Code.
- Install redis-lsp.
- Install vscode-redis-lsp.
- Open any
*.redis
file in VS Code to use the extension.
- Open any
{
"redis-lsp.address": "localhost:6379",
"redis-lsp.username": "",
"redis-lsp.password": "",
"redis-lsp.database": 0,
"redis-lsp.db-cache": false,
}