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

Replace dict with new hashtable: sorted set datatype #1427

Merged
merged 6 commits into from
Jan 8, 2025

Add TODO comment in zslUpdateScore

8316c90
Select commit
Loading
Failed to load commit list.
Merged

Replace dict with new hashtable: sorted set datatype #1427

Add TODO comment in zslUpdateScore
8316c90
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 8, 2025 in 0s

70.75% (-0.09%) compared to b3b4bdc, passed because coverage increased by 0% when compared to adjusted base (70.74%)

View this Pull Request on Codecov

70.75% (-0.09%) compared to b3b4bdc, passed because coverage increased by 0% when compared to adjusted base (70.74%)

Details

Codecov Report

Attention: Patch coverage is 92.55663% with 23 lines in your changes missing coverage. Please review.

Project coverage is 70.75%. Comparing base (b3b4bdc) to head (8316c90).
Report is 9 commits behind head on unstable.

Files with missing lines Patch % Lines
src/module.c 0.00% 10 Missing ⚠️
src/defrag.c 84.37% 5 Missing ⚠️
src/object.c 37.50% 5 Missing ⚠️
src/db.c 89.47% 2 Missing ⚠️
src/debug.c 92.30% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           unstable    #1427      +/-   ##
============================================
- Coverage     70.83%   70.75%   -0.09%     
============================================
  Files           120      120              
  Lines         64911    64959      +48     
============================================
- Hits          45982    45962      -20     
- Misses        18929    18997      +68     
Files with missing lines Coverage Δ
src/aof.c 80.23% <100.00%> (+0.11%) ⬆️
src/evict.c 98.47% <100.00%> (-0.38%) ⬇️
src/geo.c 93.58% <100.00%> (+0.02%) ⬆️
src/rdb.c 76.75% <100.00%> (+0.67%) ⬆️
src/server.c 87.61% <100.00%> (+0.14%) ⬆️
src/server.h 100.00% <ø> (ø)
src/sort.c 94.82% <100.00%> (-0.34%) ⬇️
src/t_zset.c 96.80% <100.00%> (+1.13%) ⬆️
src/debug.c 52.12% <92.30%> (+0.13%) ⬆️
src/db.c 89.48% <89.47%> (-0.07%) ⬇️
... and 3 more

... and 37 files with indirect coverage changes