Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for MULTI command in Redis
This commit adds support for the MULTI command in Redis. The MULTI command starts a transaction, allowing further commands to be queued but not executed. The implementation handles the MULTI command and returns "+OK\r\n". Queueing commands and executing a transaction will be covered in later stages. The commit also includes updated tests and notes for the changes.
- Loading branch information