-
Notifications
You must be signed in to change notification settings - Fork 2.6k
StreamingCredentialProvider support #3445
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
Merged
Merged
Changes from 14 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
0a8f770
Added StreamingCredentialProvider interface
vladvildanov 8272c73
StreamingCredentialProvider support
vladvildanov 7021c7b
Removed debug statement
vladvildanov 400ba2a
Changed an approach to handle multiple connection pools
vladvildanov 9561032
Added support for RedisCluster
vladvildanov dfcd488
Merge branch 'master' of github.com:redis/redis-py into vv-tba-support
vladvildanov 833968d
Added dispatching of custom connection pool
vladvildanov 3848b57
Extended CredentialProvider interface with async API
vladvildanov fa9bc3c
Changed method implementation
vladvildanov 1776679
Added support for async API
vladvildanov 87a1ffa
Removed unused lock
vladvildanov 24714ae
Added async API
vladvildanov 0327f36
Merge branch 'master' of github.com:redis/redis-py into vv-tba-support
vladvildanov 6dae71b
Added support for single connection client
vladvildanov 32fc374
Added core functionality
vladvildanov c2eef78
Revert debug call
vladvildanov 1a1b211
Added package to setup.py
vladvildanov 974ad4f
Added handling of in-use connections
vladvildanov 66a53ea
Added testing
vladvildanov 2cad8b0
Changed fixture name
vladvildanov 7eb6600
Added marker
vladvildanov 5facdae
Marked tests with correct annotations
vladvildanov ee2ce1a
Added better cancelation handling
vladvildanov 835ede7
Removed another annotation
vladvildanov e14d680
Added support for async cluster
vladvildanov 90204e7
Added pipeline tests
vladvildanov 0de0f4d
Added support for Pub/Sub
vladvildanov 46e2f94
Added support for Pub/Sub in cluster
vladvildanov 5488726
Added an option to parse endpoint from endpoints.json
vladvildanov 76e9dea
Updated package names and ENV variables
vladvildanov b697e27
Moved SSL certificates code into context of class
vladvildanov c24ab17
Fixed fixtures for async
vladvildanov 68ebdee
Fixed test
vladvildanov 98fa92f
Added better endpoitns handling
vladvildanov e84d77a
Changed variable names
vladvildanov 4ccd380
Added logging
vladvildanov 6e7ad70
Fixed broken tests
vladvildanov a9c200c
Added TODO for SSL tests
vladvildanov 4527bf0
Added error propagation to main thread
vladvildanov ac1164e
Added single connection lock
vladvildanov 96aeb68
Codestyle fixes
vladvildanov 9cada36
Added missing methods
vladvildanov 92356bb
Removed wrong annotation
vladvildanov bd89ff8
Fixed tests
vladvildanov fcfdcb8
Codestyle fix
vladvildanov 063f0d5
Updated EventListener instantiation inside of class
vladvildanov b15358b
Fixed variable name
vladvildanov e691162
Fixed variable names
vladvildanov ce1e10c
Fixed variable name
vladvildanov 5de68a6
Added EventException
vladvildanov 2851a7c
Codestyle fix
vladvildanov 87c4e7e
Removed redundant code
vladvildanov d890193
Codestyle fix
vladvildanov 04f3511
Updated test case
vladvildanov 67f1d13
Fixed tests
vladvildanov c3d099d
Fixed test
vladvildanov a7233b0
Removed dependency
vladvildanov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.