Skip to content

Commit

Permalink
Minor documentation update BaseTransaction.
Browse files Browse the repository at this point in the history
  • Loading branch information
SanHalacogluImproving committed Apr 1, 2024
1 parent 0b8b42a commit 4655130
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ public T zcard(@NonNull String key) {
* If <code>count</code> is higher than the sorted set's cardinality, returns all members and
* their scores, ordered from lowest to highest.
* @return Command Response - A map of the removed members and their scores, ordered from the one
* with the highest score to the one with the lowest.<br>
* with the lowest score to the one with the highest.<br>
* If <code>key</code> doesn't exist, it will be treated as an empty sorted set and the
* command returns an empty <code>Map</code>.
*/
Expand Down

0 comments on commit 4655130

Please sign in to comment.