Closed trfiladelfo closed 4 years ago
Thanks for the report. I'm trying to replicate this. Could you list the steps you took that had that result?
Does key_string
and key_hash
also not appear with content?
Could you enter TYPE key_list
in the console and paste the output here?
I did so,
Python code
from redis import Redis cache_db = Redis('localhost', 6379) cache_db.lpush('key_list', '1', '2', '3')
PrintScreen
Expected result
The key_hash and key_list not appear, only key_string. I tried chance type data, but not work
Very helpful. I tried the code you wrote, but it works on my machine.
I'm guessing the key panel is collapsed somehow (that's not supposed to be able to happen). Could you click the "Hide Detail" button and take a screenshot of what happens?
I think I just stumbled onto the solution. It has to do with the split view frame restoration method. I'll have a fix ready today.
Fix is included in version 1.4 - released today. Please update let me know if it works.
Problem still could happen in 1.4. Should be resolved in 1.4.2.
Hello,
The content does not appear when marked via programming, it only appears when edited in the tool itself