Skip to content

fix: fix unknown 'ssl' kwarg when creating connection pool - #48

Open
archevan wants to merge 1 commit into
redis:mainfrom
archevan:fix/ssl-config
Open

archevan wants to merge 1 commit into
redis:mainfrom
archevan:fix/ssl-config

Conversation

@archevan

Copy link
Copy Markdown

Changes

BUG:

When the REDIS_SSL environment variable is set to true, connection pool initialization in deps.py fails with TypeError: AbstractConnection.__init__() got an unexpected keyword argument 'ssl'. This failure will occur regardless of the configuration method used (URL vs KV).

The PR uses the correct way to specify an SSL connection from the redis-py docs instead of the ssl keyword.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant