Campbell

Results 5 comments of Campbell

Hi. We created a Redis custom cache. Works fine and tests all pass. ioredis is an optional dependency - required to use redis as a cache or perform the redis...

Yeah ok. We have issues which are blocks at the moment. These are all around having `ioredis` as an optional dependency: (1) We detect `ioredis` being present with `await import...

All yours. 😎

I guess this would need ProxyHandler added in python_http_client first or at the same time, right? https://github.com/sendgrid/python-http-client/blob/master/python_http_client/client.py Would the intention be to add proxies kwargs when instatiating SendGridAPIClient ? And...

As a side-note - we worked around this by calling requests.post independently. We construct the payload using the sendgrid helpers and then go our own way with the actual request...