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

Split TFCALL to TFCALL and TFCALLASYNC #178

Merged
merged 2 commits into from
Sep 3, 2023
Merged

Conversation

shacharPash
Copy link
Contributor

Closes #173

@shacharPash shacharPash requested a review from a team August 24, 2023 14:09
@codecov-commenter
Copy link

codecov-commenter commented Aug 24, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (1c345ad) 94.03% compared to head (e11fa05) 94.04%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #178   +/-   ##
=======================================
  Coverage   94.03%   94.04%           
=======================================
  Files          82       82           
  Lines        5080     5086    +6     
  Branches      479      479           
=======================================
+ Hits         4777     4783    +6     
  Misses        176      176           
  Partials      127      127           
Files Changed Coverage Δ
src/NRedisStack/Gears/GearsCommands.cs 100.00% <100.00%> (ø)
src/NRedisStack/Gears/GearsCommandsAsync.cs 100.00% <100.00%> (ø)

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

@chayim
Copy link
Contributor

chayim commented Sep 3, 2023

Perfect - as discussed, thanks!

Assert.Equal("bar", (await db.TFCallAsync("lib", "foo", async: false)).ToString());
Assert.Equal("bar", (await db.TFCallAsync("lib", "foo", async: true)).ToString());
Assert.Equal("bar", (await db.TFCall_Async("lib", "foo")).ToString());
Assert.Equal("bar", (await db.TFCallAsync_Async("lib", "foo")).ToString());
Copy link
Contributor

Choose a reason for hiding this comment

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

And the tests :D

@chayim chayim merged commit d554cd4 into master Sep 3, 2023
7 checks passed
@chayim chayim deleted the Issue173/SplitTFCall branch September 3, 2023 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split to TFCALL and TFCALLASYNC
3 participants