-
-
Notifications
You must be signed in to change notification settings - Fork 429
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
feat : add 'hset, hdel' interfaces #618
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #618 +/- ##
========================================
- Coverage 83.3% 83.3% -0.0%
========================================
Files 21 21
Lines 1043 1102 +59
========================================
+ Hits 868 917 +49
- Misses 175 185 +10
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
add - changelog.d
…go-redis into hash-set-delete # Conflicts: # django_redis/client/default.py
for more information, see https://pre-commit.ci
…go-redis into hash-set-delete # Conflicts: # django_redis/client/default.py
for more information, see https://pre-commit.ci
…go-redis into hash-set-delete # Conflicts: # django_redis/client/default.py
for more information, see https://pre-commit.ci
…go-redis into hash-set-delete # Conflicts: # django_redis/client/default.py
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where are the tests?
without tests we can't merge anything
…go-redis into hash-set-delete # Conflicts: # django_redis/client/default.py
for more information, see https://pre-commit.ci
…go-redis into hash-set-delete # Conflicts: # django_redis/client/default.py
I wrote tests |
for more information, see https://pre-commit.ci
…go-redis into hash-set-delete # Conflicts: # django_redis/client/default.py
for more information, see https://pre-commit.ci
…go-redis into hash-set-delete
for more information, see https://pre-commit.ci
@moonseoklee are you looking for help to close this one? |
|
The interface corresponding to hset, hdel of redis-py has been created.
issue #373