Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add transactions docs #223

Merged
merged 2 commits into from
Jun 19, 2024
Merged

add transactions docs #223

merged 2 commits into from
Jun 19, 2024

Conversation

rohitpaulk
Copy link
Member

  • Add support for INCR command and update course definition
  • Refactor INCR command implementation and add support for handling missing keys
  • Refactor INCR command implementation stages and add support for non-numerical values
  • Fix typo and error message formatting in course-definition.yml

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.
@rohitpaulk rohitpaulk merged commit 2f6325b into main Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant