标签: java redis
例如:
datatype:resource{(download,1),(browse,2)}
如何按java的下载容量或浏览容量进行排序?
jedis.sort(key,sortingParameters);
可以吗?