Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-9427

Radish HSCAN implementation does not accept values for CURSOR argument that match Redis

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 1.15.0
    • 1.15.0
    • redis

    Description

      The HSCAN command takes an argument, CURSOR, which in native Redis can be any value between -18446744073709551615 and 18446744073709551615 (the maximum value of an unsigned long). The Radish implementation of HSCAN only accepts values in the range Integer.MIN_VALUE -> Integer.MAX_VALUE and returns an error if values outside this range are used.

      The Radish HSCAN implementation should be modified to accept the same range of values as Redis. Examples of this can be found in the implementations of the currently unsupported SCAN and SSCAN commands.

      Attachments

        Issue Links

          Activity

            People

              donalevans Donal Evans
              donalevans Donal Evans
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: