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

fix #25: Add IFEQ option to SET command #27

Merged
merged 2 commits into from
Jan 23, 2025
Merged

fix #25: Add IFEQ option to SET command #27

merged 2 commits into from
Jan 23, 2025

Conversation

px86
Copy link
Contributor

@px86 px86 commented Jan 23, 2025

No description provided.

Comment on lines 5065 to 5069
{
"type": "block",
"arguments": [
{
"name": "ifeq",
"type": "pure-token",
"token": "IFEQ"
},
{
"name": "comparison-value",
"type": "string"
}
]
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @px86, there is no need to use the block type, just merge the current ifeq and comparison-value into one string type argument.

@rueian
Copy link
Collaborator

rueian commented Jan 23, 2025

Hi @px86, the DCO action failed. I think you need to use git commit -s --amend to fix your commit and force push it again.

@rueian
Copy link
Collaborator

rueian commented Jan 23, 2025

Hi @px86, you need to -s (sign off) for every commit. Your first commit is not signed off, or you can merge your two commits into one signed off commit.

@codecov-commenter
Copy link

codecov-commenter commented Jan 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.54%. Comparing base (92107ce) to head (59ff7c3).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
- Coverage   94.54%   94.54%   -0.01%     
==========================================
  Files          95       95              
  Lines       39315    39351      +36     
==========================================
+ Hits        37170    37204      +34     
- Misses       1817     1818       +1     
- Partials      328      329       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rueian rueian merged commit 261247f into valkey-io:main Jan 23, 2025
29 checks passed
@rueian
Copy link
Collaborator

rueian commented Jan 23, 2025

Thank you so much @px86!

rueian pushed a commit that referenced this pull request Jan 24, 2025
* fix #25: Add `IFEQ` option to `SET` command

Signed-off-by: Pushkar Raj <[email protected]>

* Removed `block` argument per PR comment

Signed-off-by: Pushkar Raj <[email protected]>

---------

Signed-off-by: Pushkar Raj <[email protected]>
Signed-off-by: Rueian <[email protected]>
rueian pushed a commit that referenced this pull request Jan 24, 2025
* fix #25: Add `IFEQ` option to `SET` command

Signed-off-by: Pushkar Raj <[email protected]>

* Removed `block` argument per PR comment

Signed-off-by: Pushkar Raj <[email protected]>

---------

Signed-off-by: Pushkar Raj <[email protected]>
Signed-off-by: Rueian <[email protected]>
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.

3 participants