zhongzhixin
zhongzhixin
是的,因为我这边在项目中,序列化使用的是Jackson2JsonRedisSerializer,就导致了存入的时候其实就是""aaa"",但是通过命令获取显示的就是"aaa",但是我这边看Redis Desktop Manager通过命令去看,他显示的就是“”aaa“”这样
Each task has a start and end time. If the start and end times of two tasks in the same column overlap, then I hope they are different colors from...
Thank you very much. I will try to implement it using the method you provided first
您看这个哈 通过命令hset ETAX_CHECK_FLAG "\"xxxxxxxx\""; 然后在redis官网查询软件和AnotherRedisDesktopManager中查询的都是这样   上面这两个是正常的 但是通过命令查询就不一样了 在redis官方网站通过命令查询是这样显示的  这个是正常的 也不容易误解 但是通过AnotherRedisDesktopManager使用命令查询是这样显示的  这样显示 是不是是bug呢 因为这样容易让别人认为这个value就是""这样的 并不能知道其实他还有一层""