jihuayu opened a new pull request, #1489: URL: https://github.com/apache/incubator-kvrocks/pull/1489
This PR adds Redis-compatible cursors for the `SCAN`, `HSCAN`, `SSCAN`, `ZSCAN` commands, and also add a configuration `number-cursor-enabled` that allows enabling or disabling Redis cursor compatibility. Now, we can use the `redis-cli --bigkeys` command to get large keys. fixed #1402 #877 Additionally, the following changes were made: 1. Added test cases for `redis-cli --memkeys` and `redis-cli --bigkeys` to ensure they do not throw errors. 2. Fixed a bug where the cursor did not return 0 when `SCAN` commands return less than <COUNT> number elements.. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
