upthewaterspout opened a new pull request #6461: URL: https://github.com/apache/geode/pull/6461
Adding a new subclass, Object2ObjectOpenCustomHashMapWithCursor, that implements the redis HSCAN operation. This method uses the same algorithm as redis by incrementing the reverse of the cursor for each step. See https://github.com/redis/redis/blob/e504583b7806d946da9c3627784d551a742be4d0/src/dict.c#L651 Replacing our stateful hscan implementation with a stateless implementation based on the same algorithm as redis. This uses the stateless cursor method above. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
