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

Add support for AUTH #1929

Merged
merged 6 commits into from
Mar 2, 2022
Merged

Add support for AUTH #1929

merged 6 commits into from
Mar 2, 2022

Conversation

dogukanteber
Copy link
Contributor

As a part of #1546, I have implemented AUTH command.

@codecov-commenter
Copy link

codecov-commenter commented Feb 4, 2022

Codecov Report

Merging #1929 (8d3c7c3) into master (afc83e1) will increase coverage by 0.00%.
The diff coverage is 92.30%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1929   +/-   ##
=======================================
  Coverage   92.62%   92.62%           
=======================================
  Files         100      100           
  Lines       20910    20921   +11     
=======================================
+ Hits        19368    19379   +11     
  Misses       1542     1542           
Impacted Files Coverage Δ
redis/cluster.py 92.43% <ø> (-0.08%) ⬇️
redis/commands/core.py 87.18% <75.00%> (-0.05%) ⬇️
tests/test_commands.py 99.27% <100.00%> (+<0.01%) ⬆️
redis/client.py 89.39% <0.00%> (ø)
tests/test_lock.py 100.00% <0.00%> (ø)
redis/asyncio/connection.py 82.77% <0.00%> (+0.11%) ⬆️
redis/asyncio/client.py 90.63% <0.00%> (+0.17%) ⬆️

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 afc83e1...8d3c7c3. Read the comment docs.

@chayim
Copy link
Contributor

chayim commented Feb 13, 2022

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

@dogukanteber
Copy link
Contributor Author

Awesome @chayim. Thanks for the changes by the way. I did not see raise NotImplemented.

@dvora-h
Copy link
Collaborator

dvora-h commented Mar 2, 2022

@dogukanteber I've pushed a small change to fix the cluster tests and now it's ready to merge. Thanks!

@dvora-h dvora-h added the feature New feature label Mar 2, 2022
@dvora-h dvora-h merged commit c5d19b8 into redis:master Mar 2, 2022
dvora-h added a commit to dvora-h/redis-py that referenced this pull request Mar 6, 2022
* 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>
dvora-h added a commit that referenced this pull request Mar 6, 2022
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants