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

Implement strlen command #214

Merged
merged 3 commits into from
Aug 31, 2022
Merged

Implement strlen command #214

merged 3 commits into from
Aug 31, 2022

Conversation

danielealbano
Copy link
Owner

This PR implements the STRLEN commands and the related tests

@danielealbano danielealbano added the enhancement New feature or request label Aug 31, 2022
@danielealbano danielealbano added this to the v0.2 milestone Aug 31, 2022
@danielealbano danielealbano self-assigned this Aug 31, 2022
@codecov
Copy link

codecov bot commented Aug 31, 2022

Codecov Report

Base: 80.35% // Head: 80.48% // Increases project coverage by +0.13% 🎉

Coverage data is based on head (0f4a8b1) compared to base (00b8b28).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #214      +/-   ##
==========================================
+ Coverage   80.35%   80.48%   +0.13%     
==========================================
  Files         135      138       +3     
  Lines        8062     8150      +88     
==========================================
+ Hits         6478     6559      +81     
- Misses       1584     1591       +7     
Impacted Files Coverage Δ
...module/redis/command/module_redis_command_strlen.c 100.00% <100.00%> (ø)
src/utils_string.c 58.70% <0.00%> (ø)
...c/module/redis/command/module_redis_command_scan.c 89.19% <0.00%> (ø)
...module/redis/command/module_redis_command_substr.c 93.10% <0.00%> (ø)
src/storage/db/storage_db.c 64.69% <0.00%> (+0.64%) ⬆️
...c/module/redis/command/module_redis_command_keys.c 88.89% <0.00%> (+1.39%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@danielealbano danielealbano merged commit 13fa381 into main Aug 31, 2022
@danielealbano danielealbano deleted the implement_strlen_command branch August 31, 2022 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant