JRedisJSON
JRedisJSON copied to clipboard
How does Java get multiple attributes?
How does Java get multiple attributes?
` 127.0.0.1:6379> json.get a "{"name":"abcd","age":1,"type":1}" 127.0.0.1:6379> json.get a name age "{"age":1,"name":"abcd"}"
`