hit-box / hitbox

A high-performance caching framework suitable for single-machine and for distributed applications in Rust
MIT License
73 stars 6 forks source link

Redis cluster async #24

Closed topenkoff closed 1 year ago

topenkoff commented 3 years ago

Hey guys. It may be cool, that hitbox will be able to support redis cluster

codecov-commenter commented 3 years ago

Codecov Report

Merging #24 (48f46cb) into master (b8ef10e) will decrease coverage by 0.71%. The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
- Coverage   68.48%   67.77%   -0.72%     
==========================================
  Files          41       41              
  Lines         714      723       +9     
==========================================
+ Hits          489      490       +1     
- Misses        225      233       +8     
Impacted Files Coverage Δ
hitbox-actix/src/builder.rs 21.73% <ø> (ø)
hitbox-derive/src/cacheable_macro.rs 0.00% <0.00%> (ø)
hitbox-redis/src/actor.rs 64.93% <55.55%> (-8.20%) :arrow_down:
hitbox-actix/src/actor.rs 88.88% <100.00%> (-1.12%) :arrow_down:
hitbox-redis/tests/integration_test.rs 100.00% <100.00%> (ø)
hitbox/src/response.rs 19.23% <0.00%> (+3.84%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b8ef10e...48f46cb. Read the comment docs.

topenkoff commented 1 year ago

We might still should to wait a bit till the https://github.com/redis-rs/redis-rs/issues/745 done - which introduces the async cluster functionality into the crate and was added from forked lib in this PR

singulared commented 1 year ago

Closed in favour to #69