redis / rueidis

A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to improve the test coverage on rueidiscompat

rueian opened this issue · comments

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%.