AnotherRedisDesktopManager
AnotherRedisDesktopManager copied to clipboard
redis key and field hash value in Custom view
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}.
My program is similar to the example below.