qii404
qii404
Because I don't have a Waylang OS😂
说明存的不是字符串,是自己的编码格式,换成text模式你就能看到菱形乱码了
你是设置了ssl选项之后就能正常安装了么
 I got two folders which containes both key1 and key2 Redis is a case sensitive database, we'd better use case-sensitive folders
try this https://github.com/qishibo/AnotherRedisDesktopManager/issues/1161#issuecomment-1955767670
@kristjem actually you need only `--no-sandbox` option, or you can write a desktop file(or bash file) to include this option
感觉这个不是通用的序列化,可以通过自定义php脚本实现 https://github.com/qishibo/AnotherRedisDesktopManager?tab=readme-ov-file#custom-viewer 或者tp配置里来改前缀
因为这种不是标准json,所以目前还解析不了,可以试试自定义脚本
bitmap底层实现和string一样,这种提示尺寸过大的情况下就先别切换了,不过可以加上oversize视图时禁止用户切换的功能
感觉有几点优化可以做: 1、针对bitmap或者大型bf,String类型获取之前先尝试读取一下key的尺寸,超过设定值就直接不展示了,这种类型也没啥展示的必要 2、现在text和hex视图都是原生textarea实现的,字符太多时确实会有卡顿,可以换成monaco这种虚拟容器的编辑器来实现