You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version: What redis-py and what redis version is the issue happening on?
5.0.4 Platform: What platform / version? (For example Python 3.5.1 on Windows 7 / Ubuntu 15.10 / Azure)
Ubuntu 20.04, python 3.8 Description: Description of your issue, stack traces from errors and code that reproduces the issue
When running example of ssl connection using url TypeError is thrown TypeError: __init__() got an unexpected keyword argument 'ssl_cert_reqs'
Version: What redis-py and what redis version is the issue happening on?
5.0.4
Platform: What platform / version? (For example Python 3.5.1 on Windows 7 / Ubuntu 15.10 / Azure)
Ubuntu 20.04, python 3.8
Description: Description of your issue, stack traces from errors and code that reproduces the issue
When running example of ssl connection using url TypeError is thrown
TypeError: __init__() got an unexpected keyword argument 'ssl_cert_reqs'
Link to documentation https://redis-py.readthedocs.io/en/stable/examples/ssl_connection_examples.html#Connecting-to-a-Redis-instance-via-a-URL-string
The text was updated successfully, but these errors were encountered: