refactor: extract hash operations into HashMixin#804
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #804 +/- ##
========================================
+ Coverage 38.2% 38.3% +0.2%
========================================
Files 48 49 +1
Lines 3727 3735 +8
Branches 301 301
========================================
+ Hits 1420 1427 +7
- Misses 2006 2007 +1
Partials 301 301
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@oliverhaas do you mind sync'ing master? You can probably use the Once you have done so, can you add a test that runs a diff against the redis.commands.core class you are mirroring and ensure that all methods are implemented (possibly with an exclude/skip list for methods that don't make sense here or maybe need to be implemented later if there are many) |
No description provided.