Incorrect test on ZG5 stage in REDIS

Hello, I executed the test, and the automated test provided these values for the SET command:

*5\r\n$3\r\nSET\r\n$9\r\npineapple\r\n$10\r\nstrawberry\r\n$2\r\npx\r\n$3\r\n100\r\n

*5\r\n$3\r\nSET\r\n$10\r\nstrawberry\r\n$6\r\norange\r\n$2\r\npx\r\n$3\r\n100\r\n

However, it is incorrect because “strawberry” doesn’t have a length of 10 but 9.

The subsequent executions went well, so I think this value is the only one that’s wrong.

Edit:

Apologies, I got confused; it was an error in my coding. My apologies.

Sorry

Best regards.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.