SortedSetEntry

data class SortedSetEntry(val member: String, val score: Double)

Represents an entry in a Redis Sorted Set.

Parameters

member

The member of the sorted set.

score

The score associated with the member.

Constructors

Link copied to clipboard
constructor(member: String, score: Double)

Properties

Link copied to clipboard
Link copied to clipboard