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

Remove unused parameter model name in _get_model_script_db() #477

Merged
merged 2 commits into from
Apr 8, 2024

Conversation

mellis13
Copy link
Collaborator

@mellis13 mellis13 commented Apr 7, 2024

This PR removes an unused parameter in RedisCluster::_get_model_script_db(). The comments for the function were also corrected to reflect the actual behavior of the function. It is worth noting that _get_model_script_db is not called currently in SmartRedis, but it was not removed because it was a precursor implementation for optimizing model execution.

@mellis13 mellis13 added type: refactor Issues focused on refactoring existing code area: C++ Issues related to the C++ client labels Apr 7, 2024
@mellis13 mellis13 requested a review from ashao April 7, 2024 04:02
Copy link

codecov bot commented Apr 7, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 78.82%. Comparing base (51c3dc6) to head (1354021).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #477   +/-   ##
========================================
  Coverage    78.82%   78.82%           
========================================
  Files           97       97           
  Lines         7362     7362           
========================================
  Hits          5803     5803           
  Misses        1559     1559           
Files Coverage Δ
src/cpp/rediscluster.cpp 66.30% <0.00%> (ø)

Copy link
Member

@ashao ashao left a comment

Choose a reason for hiding this comment

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

Looks good. Thanks for taking care of this

Copy link
Member

@ashao ashao left a comment

Choose a reason for hiding this comment

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

Looks good. Thanks for clarifying the docstring too.

@mellis13 mellis13 merged commit e962382 into CrayLabs:develop Apr 8, 2024
38 checks passed
@amandarichardsonn amandarichardsonn added API break Issues that include incompatible API changes non-user-facing and removed API break Issues that include incompatible API changes labels Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: C++ Issues related to the C++ client non-user-facing type: refactor Issues focused on refactoring existing code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants