codecrafters-io / build-your-own-redis

Definition for the redis challenge.
https://app.codecrafters.io/courses/redis/overview
MIT License
101 stars 29 forks source link

Instructions updates for transactions #224

Closed rohitpaulk closed 3 weeks ago

rohitpaulk commented 3 weeks ago

This commit adds support for the EXEC command in Redis when it is executed without having called the MULTI command. It returns an error message of "ERR EXEC without MULTI" as a Simple error. The commit also includes updated instructions, examples, and tests for this functionality. This implementation is part of the ongoing work to support Redis commands in the course-definition.yml file.