mirror of
https://github.com/fluencelabs/redis
synced 2025-06-24 22:41:32 +00:00
reverted an optimization that makes Redis not stable
This commit is contained in:
@ -1763,7 +1763,6 @@ proc main {server port} {
|
||||
set rank [$r zrank myzset $ele]
|
||||
if {$rank != $index} {
|
||||
set err "$ele RANK is wrong! ($rank != $index)"
|
||||
exit
|
||||
break
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user