RedisView icon indicating copy to clipboard operation
RedisView copied to clipboard

RedisView implements open source, cross-platform and high performance Redis interface tools through self-written RESP protocol parsing, self-written tree model and thread pool. RedisView业余爱好通过...

Results 9 RedisView issues
Sort by recently updated
recently updated
newest added

中文乱码显示 === - 编译环境win7,vs2015,qt5.12 - 在ui文件中出现的中文能够正常翻译 - 在代码中使用的中文,都是乱码显示的 - - 尝试切换源码文件格式utf8和unicode,都没有效果 - [参考图片](https://s2.ax1x.com/2020/01/11/l5w1qP.png) - 为什么要在源码中使用中文呢?

- 首先我的集群有密码 - 设置正确的密码连接集群提示'Socket operation timed out',用其他的工具就可以正常连 - 设置错误的密码连接集群提示'ERR invalid password' - 不设置密码连接集群提示'NOAUTH Authentication required.' --- - 使用的版本 1.7.0 Release - 操作系统 windows 8.1 专业版

![image](https://user-images.githubusercontent.com/28656389/74701936-63ddfb00-5243-11ea-8ec0-9434faad2f3c.png) 如上图连不上,提示Socket operation timed out 检查ip:port连接信息无误 完全一样的地址,我用其他工具连接可以

我使用的是一个基于redis的多线程版本keydb,有两台机器作active replicate,估计它返回的role不是master导致的,有什么办法解决吗?

怎么清空db啊 然后选择5万个一次性删除,直接卡的不要不要的

首先,先感谢作者,在使用RedisView时,数据量很大,也没有卡顿的现象,之前用的是RedisPlus,数量大了,就很卡顿了。 ## 问题描述: 在使用全屏模式时,点击任务栏的图标,界面并未全屏展示。如下: ![image](https://user-images.githubusercontent.com/29917093/61031651-888f0c00-a3f2-11e9-899c-e654585ec5d8.png) ![image](https://user-images.githubusercontent.com/29917093/61031584-685f4d00-a3f2-11e9-98ce-717cc63234f3.png) ## 版本 RedisView version:1.6.7 Windows version:win10 专业版 1903 ![image](https://user-images.githubusercontent.com/29917093/61031849-e1f73b00-a3f2-11e9-995f-f091f400d33e.png)

首先感谢作者,这款软件在加载有大量键的数据库的键时没有明显卡顿现象,这正是我需要的。 我的建议是增加树状结构展示键的功能,大概像Redis Desktop Manager这款软件一样,它是通过冒号作为树的上下层区分的标志,如果冒号不是一个标准的分层字符的话,做成可配置的选项也不错。

Colons `:` is a common practice for namespaced keys in Redis. It would be great if RedisView can display them correctly. ![image](https://user-images.githubusercontent.com/150648/56857513-200ec200-69a1-11e9-9eed-ed43e9a24bf3.png) ![image](https://user-images.githubusercontent.com/150648/56857536-50566080-69a1-11e9-8573-1e697365b0ef.png)

应该是填写主节点就可以了吧,填不填密码都不行,填了说没验证,不填说需要验证。。。