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

update server.call in the place of redis.call in test directory. #444

Open
wants to merge 2 commits into
base: unstable
Choose a base branch
from

Conversation

Shivshankar-Reddy
Copy link
Contributor

Updated all the files apart from scripting.tcl as it has both server and redis. Will update the file later.

Signed-off-by: Shivshankar-Reddy <shiva.sheri.github@gmail.com>
Signed-off-by: Shivshankar-Reddy <shiva.sheri.github@gmail.com>
foreach script_compatibility_api {server redis} {
foreach script_compatibility_api {server valkey} {
Copy link
Member

Choose a reason for hiding this comment

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

If we want to remove all the references of redis in this file. We can update the compatibility code below to do a find replace of server -> redis, and then update all the code in this file to also use server.

Copy link

codecov bot commented May 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.96%. Comparing base (93f8a19) to head (892bbab).

Additional details and impacted files
@@             Coverage Diff              @@
##           unstable     #444      +/-   ##
============================================
- Coverage     68.43%   67.96%   -0.48%     
============================================
  Files           109      109              
  Lines         61681    61681              
============================================
- Hits          42214    41921     -293     
- Misses        19467    19760     +293     

see 21 files with indirect coverage changes

@Shivshankar-Reddy Shivshankar-Reddy changed the title update server.call in th eplace of redis.call in test directory. update server.call in the place of redis.call in test directory. May 7, 2024
@madolson
Copy link
Member

@Shivshankar-Reddy Are you going to update this

@Shivshankar-Reddy
Copy link
Contributor Author

Hi @madolson yes, I will update soon..

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.

None yet

2 participants