Skip to content

fagnercarvalho/redis-lsp

Repository files navigation

Redis language server

Allow autocompletion, command execution, documentation for Redis using the Language Server Protocol.

Supported messages

  • Autocompletion (textDocument/completion)
  • Documentation (completionItem/resolve)
  • Execute Redis commands (workspace/executeCommand)
  • Hover (textDocument/hover)
  • Reflect configuration changes in server (workspace/didChangeConfiguration and workspace/configuration)

Installation

If you have Go installed:

go get github.com/fagnercarvalho/redis-lsp

Or check the Releases page.

Inspiration

About

Redis language server

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages