Hey @devfire! Just for context, our tester has been tested thoroughly against the official redis, so it’s possible but very unlikely that it handles things differently.
I tried to run your code using codecrafters test --previous, and it could not pass a previous stage ACKs with commands #yd3 anymore:
@andy1li - there’s no way to do a full regression suite, is there? Even if targeting specific stage one at a time? I’m always worried about accidentally breaking something that used to work before.
Sorry, but our CLI doesn’t currently support running tests for specific stages. There are only two modes for now:
codecrafters test runs through the stages in the descending order.
codecrafters test --previous in the ascending order. This could be used as a substitute for a full regression suite.
For the Redis challenge, there might be too many stages to test with the --previous flag, but you can temporarily disable some of the extensions that you don’t need at the moment.