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

Directly store score as double in the dict of zset. #959

Closed
wants to merge 2 commits into from

update the comments

49cad34
Select commit
Loading
Failed to load commit list.
Closed

Directly store score as double in the dict of zset. #959

update the comments
49cad34
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 4, 2024 in 0s

70.51% (-0.20%) compared to a102852

View this Pull Request on Codecov

70.51% (-0.20%) compared to a102852

Details

Codecov Report

Attention: Patch coverage is 96.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 70.51%. Comparing base (a102852) to head (49cad34).

Files with missing lines Patch % Lines
src/module.c 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           unstable     #959      +/-   ##
============================================
- Coverage     70.70%   70.51%   -0.20%     
============================================
  Files           114      114              
  Lines         63157    63163       +6     
============================================
- Hits          44653    44537     -116     
- Misses        18504    18626     +122     
Files with missing lines Coverage Δ
src/aof.c 80.13% <100.00%> (ø)
src/db.c 88.77% <100.00%> (ø)
src/debug.c 53.05% <100.00%> (ø)
src/defrag.c 84.91% <100.00%> (+0.56%) ⬆️
src/geo.c 93.61% <100.00%> (+0.01%) ⬆️
src/rdb.c 76.35% <100.00%> (-0.32%) ⬇️
src/t_zset.c 95.62% <100.00%> (+0.05%) ⬆️
src/module.c 9.66% <0.00%> (ø)

... and 11 files with indirect coverage changes