danielealbano / cachegrand

cachegrand - a modern data ingestion, processing and serving platform built for today's hardware
BSD 3-Clause "New" or "Revised" License
975 stars 34 forks source link

Implement touch and unlink commands #195

Closed danielealbano closed 2 years ago

danielealbano commented 2 years ago

This PR implements the touch and unlink commands

codecov[bot] commented 2 years ago

Codecov Report

Merging #195 (611348d) into main (d1d4d94) will increase coverage by 0.15%. The diff coverage is 96.97%.

@@            Coverage Diff             @@
##             main     #195      +/-   ##
==========================================
+ Coverage   80.29%   80.44%   +0.15%     
==========================================
  Files         123      125       +2     
  Lines        7467     7479      +12     
==========================================
+ Hits         5995     6016      +21     
+ Misses       1472     1463       -9     
Impacted Files Coverage Δ
...rc/module/redis/command/module_redis_command_del.c 100.00% <ø> (ø)
.../module/redis/command/module_redis_command_touch.c 91.67% <91.67%> (ø)
...module/redis/command/module_redis_command_unlink.c 100.00% <100.00%> (ø)
src/storage/db/storage_db.c 61.76% <100.00%> (+0.82%) :arrow_up:
src/network/io/network_io_common_tls.c 0.00% <0.00%> (-100.00%) :arrow_down:
src/spinlock.c 88.46% <0.00%> (-7.69%) :arrow_down:
src/network/network_tls.c 71.83% <0.00%> (-0.40%) :arrow_down:
src/network/channel/network_channel_tls.c 1.41% <0.00%> (+0.17%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.