beifengtz

Results 54 comments of beifengtz

> Can you try 3.26.0? I can test it later when I have time, but I'm sorry not now.

This is my code. Each channel only triggers this code once. ```java RTopic rt = getTopic(topic); rt.addListener(new StatusListener() { @Override public void onSubscribe(String channel) { logger.debug("redis channel subscribed {}", channel);...

No, my production environment uses sentinel mode. > Do you use a single Redis server or cluster setup?

对部分格式有自动识别的,你的格式是什么类型?可否发一下存储的key和value示例,或许识别规则漏掉了你的这种case

> 我明白了,这个文件类型识别是按文件后缀识别的,我这个yaml文件并没有文件后缀 文件类型识别优先识别后缀,如果识别不到只有特定的文件才会识别内容,比如json

> 还有是否可以增加graphql文件类型的支持,感谢 graphql 文件格式的高亮不一定可以,我需要去寻找一下依赖编辑插件的支持的语言有没有它,我是用了 `vue-codemirror` ,如果你找到了对应语言的高亮样式可以提供在这个issue

Thanks! With your encouragement, this project will continue to be maintained and become better.

Etcd Workbench has released an App preview version. Welcome everyone to experience it. https://github.com/tzfun/etcd-workbench/releases/tag/App-1.0.0

I encountered the same problem, which only occurs on Windows platform and after using set_shadow. My tauri version is v1. After removing the dependency on set_shadow, it is fine. It...