Sorted Set Entry
Represents an entry in a Redis Sorted Set.
Parameters
member
The member of the sorted set.
score
The score associated with the member.
Represents an entry in a Redis Sorted Set.
The member of the sorted set.
The score associated with the member.