mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-08 10:10:30 +08:00
sorted set bug fix and unit tests
This commit is contained in:
@@ -272,7 +272,6 @@ func (skiplist *skiplist) getLastInScoreRange(min *ScoreBorder, max *ScoreBorder
|
||||
n = n.level[level].forward
|
||||
}
|
||||
}
|
||||
n = n.level[0].forward
|
||||
if !min.less(n.Score) {
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user