Skip to content

Add support for ZRANDMEMBER through ZSetOperations and ReactiveZSetOperations #2049

Closed
@mp911de

Description

@mp911de

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);

See https://redis.io/commands/zrandmember

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions