Java, how to use the jedis query zset all score and the value of collection
CodePudding user response:
Public Set
ZrevrangeWithScores (String key, long start, long end)
CodePudding user response:
The result is like this:
[{" binaryElement ":" enNldA==", "element" : "zset", "score" : 20.0}, {" binaryElement ":" dGVzc3Nzcw==", "element" : "tesssss", "score" : 10.0}]
CodePudding user response: