英文:
how could I add redis in GoLand
问题
我无法在GoLand IDE中找到添加新的Redis数据库选项,非常感谢你。点击这里查看图片
英文:
I couldn't find the add new redis database options in GoLand IDE,thanks you very mush.
enter image description here
答案1
得分: 4
目前还没有实现原生的Redis支持。可以随时关注DBE-283。
目前在Marketplace上有一些第三方插件可以在GoLand中连接Redis,请找到最适合您的插件,例如这个插件。
英文:
Native Redis support is not implemented yet. Feel free to follow DBE-283.
As for now there are some third-party plugins in Marketplace to connect Redis from GoLand, please find the most suitable for you, e.g., this one.
答案2
得分: 1
原生的Redis支持现在已经实现了:
https://www.jetbrains.com/go/whatsnew/#databases
英文:
Native Redis support is implemented now:
https://www.jetbrains.com/go/whatsnew/#databases
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论