AnotherRedisDesktopManager icon indicating copy to clipboard operation
AnotherRedisDesktopManager copied to clipboard

redis key and field hash value in Custom view

Open ProgrammerXia opened this issue 2 years ago • 1 comments

OS

Windows

VERSION

1.6.1

ISSUE DESCRIPTION

We usually store Java objects in JSON format in Redis, but some projects use Java serialization. So I have implemented a custom view to define a Java deserialization program, and it runs successfully.I'm wondering if the keys and fields in a Redis hash structure have hash values similar to the values. Currently, my program is unable to correctly read {KEY} or {FIELD}. 企业微信截图_20231116133847

ProgrammerXia avatar Nov 16 '23 05:11 ProgrammerXia

My program is similar to the example below. image

ProgrammerXia avatar Nov 16 '23 05:11 ProgrammerXia