Skip to content

Commit

Permalink
Fix description in Redis plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
senlizishi authored and ebyhr committed Jun 17, 2024
1 parent 956db26 commit 88a7fc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public boolean hasUnscannedData()
if (redisCursor == null) {
return false;
}
// no more keys are unscanned when
// no more keys are unscanned
// when redis scan command
// returns 0 string cursor
return !redisCursor.getCursor().equals("0");
Expand Down

0 comments on commit 88a7fc3

Please sign in to comment.