Deprecated API

Contents

  • Deprecated Fields
    Field
    Description
    Previously, this value was -1, assuming that this value is never produced by Redis as an actual cursor. However, Redis uses unsigned 64-bit integers as cursor values, so the assumption was wrong (-1 as 64-bit signed integer is 0xFFFF_FFFF_FFFF_FFFF, which is the biggest unsigned 64-bit integer). This should have never been exposed publicly and should not be relied upon.

    The current value is 0, which is the correct initial and final cursor value in Redis.

    Previously, this value was -1, assuming that this value is never produced by Redis as an actual cursor. However, Redis uses unsigned 64-bit integers as cursor values, so the assumption was wrong (-1 as 64-bit signed integer is 0xFFFF_FFFF_FFFF_FFFF, which is the biggest unsigned 64-bit integer). This should have never been exposed publicly and should not be relied upon.

    The current value is 0, which is the correct initial and final cursor value in Redis.