reverted an optimization that makes Redis not stable

This commit is contained in:
antirez
2010-03-18 02:59:28 +01:00
parent 288799e04a
commit bf0da6174c
2 changed files with 2 additions and 1 deletions

View File

@ -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
}
}