forked from redis/redis-py
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
StreamingCredentialProvider support (redis#3445)
* Added StreamingCredentialProvider interface * StreamingCredentialProvider support * Removed debug statement * Changed an approach to handle multiple connection pools * Added support for RedisCluster * Added dispatching of custom connection pool * Extended CredentialProvider interface with async API * Changed method implementation * Added support for async API * Removed unused lock * Added async API * Added support for single connection client * Added core functionality * Revert debug call * Added package to setup.py * Added handling of in-use connections * Added testing * Changed fixture name * Added marker * Marked tests with correct annotations * Added better cancelation handling * Removed another annotation * Added support for async cluster * Added pipeline tests * Added support for Pub/Sub * Added support for Pub/Sub in cluster * Added an option to parse endpoint from endpoints.json * Updated package names and ENV variables * Moved SSL certificates code into context of class * Fixed fixtures for async * Fixed test * Added better endpoitns handling * Changed variable names * Added logging * Fixed broken tests * Added TODO for SSL tests * Added error propagation to main thread * Added single connection lock * Codestyle fixes * Added missing methods * Removed wrong annotation * Fixed tests * Codestyle fix * Updated EventListener instantiation inside of class * Fixed variable name * Fixed variable names * Fixed variable name * Added EventException * Codestyle fix * Removed redundant code * Codestyle fix * Updated test case * Fixed tests * Fixed test * Removed dependency
- Loading branch information
1 parent
8f2276e
commit a8e55ef
Showing
28 changed files
with
3,117 additions
and
33 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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.