Closed
Description
Add support in BoundZSetOperations
, imperative and reactive …ZSetOperations
and on the connection level.
ZRANDMEMBER
changes its output depending on count
and WITHSCORES
. On the operations level we could have:
V random();
List<V> random(int count);
List<TypedTuple<V>> randomWithScores(int count);