SCAN: when iterating ziplists or intsets always return cursor of 0.
The previous implementation assumed that the first call always happens with cursor set to 0, this may not be the case, and we want to return 0 anyway otherwise the (broken) client code will loop forever.
Please register or sign in to comment