-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add support for AUTH #1929
Add support for AUTH #1929
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1929 +/- ##
=======================================
Coverage 92.62% 92.62%
=======================================
Files 100 100
Lines 20910 20921 +11
=======================================
+ Hits 19368 19379 +11
Misses 1542 1542
Continue to review full report at Codecov.
|
@dogukanteber I've pushed a couple of changes, and merged master in. I realize that in master we did a raise NotImplemented for this. But - you've implemented it, and I can see reasons to do so. tl;dr - working with this, let's get it in! We're almost there. |
Awesome @chayim. Thanks for the changes by the way. I did not see raise NotImplemented. |
@dogukanteber I've pushed a small change to fix the cluster tests and now it's ready to merge. Thanks! |
* Add support for AUTH * Fix linter error * test fix * fix test in cluster Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: Chayim I. Kirshen <c@kirshen.com> Co-authored-by: dvora-h <dvora.heller@redis.com>
* command docs * Add support for AUTH (#1929) * Add support for AUTH * Fix linter error * test fix * fix test in cluster Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: Chayim I. Kirshen <c@kirshen.com> Co-authored-by: dvora-h <dvora.heller@redis.com> * Add support for JSON, TIMESERIES, BLOOM & GRAPH commands in cluster (#2032) Co-authored-by: Chayim <chayim@users.noreply.github.com> * Add support for HSET items (#2006) * Add `items` parameter to `hset` * Add test for `hset` with `items` * Update CHANGES * fix test_profile Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: dvora-h <dvora.heller@redis.com> * Add cluster support for functions (#2016) * cluster support for functions * fix test_list_on_cluster mark * fix mark * cluster unstable url * fix * fix cluster url * skip tests * linters * linters * skip test Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: dogukanteber <47397379+dogukanteber@users.noreply.github.com> Co-authored-by: Chayim I. Kirshen <c@kirshen.com> Co-authored-by: Marek Czaplicki <mdczaplicki@gmail.com>
As a part of #1546, I have implemented AUTH command.