redis / rueidis

A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.
Apache License 2.0
2.47k stars 158 forks source link

Need to improve the test coverage on rueidiscompat #606

Open rueian opened 3 months ago

rueian commented 3 months ago

Currently, we have poor test coverage on rueidiscompat:

image

Details of which lines are not covered can be found here: https://app.codecov.io/gh/redis/rueidis/tree/main/rueidiscompat

We hope that we can improve the coverage to be close to 100%.

rueian commented 3 months ago

Update the current coverage:

image
arsentos commented 2 months ago

@rueian Hello! Can i work on it?

rueian commented 2 months ago

Hi @arsentos, any help to improve the coverage is welcome. Thanks!