如果我有5个成员的分数如下
a - 1 b - 2 c - 3 d - 3 e - 5
zrank of c返回2,zrank of d返回3 有没有办法用同样的分数获得同样的排名? 示例:zrank c=2,d=2,e=3 如果是,那么如何在SpringDataRedis中实现它?