Allow autocompletion, command execution, documentation for Redis using the Language Server Protocol.
- Autocompletion (
textDocument/completion) - Documentation (
completionItem/resolve) - Execute Redis commands (
workspace/executeCommand) - Hover (
textDocument/hover) - Reflect configuration changes in server (
workspace/didChangeConfigurationandworkspace/configuration)
If you have Go installed:
go get github.com/fagnercarvalho/redis-lspOr check the Releases page.