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

Redis client #416

Merged
merged 6 commits into from
Jan 24, 2022
Merged

Redis client #416

merged 6 commits into from
Jan 24, 2022

Conversation

kwitsch
Copy link
Collaborator

@kwitsch kwitsch commented Jan 21, 2022

small changes in redis client:

  • log errors in convertMessage and processEnabledMessage
  • rename redisMessage fields
  • omit key field in enabled message

@codecov
Copy link

codecov bot commented Jan 21, 2022

Codecov Report

Merging #416 (352cac3) into development (2751247) will increase coverage by 0.50%.
The diff coverage is 62.50%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #416      +/-   ##
===============================================
+ Coverage        94.16%   94.67%   +0.50%     
===============================================
  Files               32       34       +2     
  Lines             2605     2891     +286     
===============================================
+ Hits              2453     2737     +284     
+ Misses             115      114       -1     
- Partials            37       40       +3     
Impacted Files Coverage Δ
redis/redis.go 66.44% <62.50%> (-0.22%) ⬇️
resolver/caching_resolver.go 97.26% <0.00%> (-1.16%) ⬇️
cache/stringcache/string_caches.go 100.00% <0.00%> (ø)
cache/expirationcache/expiration_cache.go 100.00% <0.00%> (ø)
lists/list_cache.go 96.53% <0.00%> (+2.03%) ⬆️

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 2751247...352cac3. Read the comment docs.

@0xERR0R 0xERR0R added this to the 0.18 milestone Jan 24, 2022
@0xERR0R 0xERR0R merged commit 6c38c93 into 0xERR0R:development Jan 24, 2022
@kwitsch kwitsch deleted the redis-client branch January 24, 2022 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants